project cleanup

This commit is contained in:
2020-05-02 22:06:47 +02:00
parent fdfdd0ca93
commit c22ca646a1
23 changed files with 282 additions and 173 deletions

View File

@ -5,9 +5,7 @@
* @date 01.05.2020
*/
#include "refurbishingHddTool.h"
#include "app.h"
#include "../include/reHDD.h"
/**
* \brief app entry point
@ -18,8 +16,7 @@ int main(void)
{
cout << "refurbishingHddTool" << endl;
App* app = new App();
reHDD* app = new reHDD();
app->app_logic();
return EXIT_SUCCESS;
}