Using the Hunter package manager to handle dependencies. Working on CLI functionality and put less focus on the UI portion #7

This commit is contained in:
amazing-username
2019-06-01 22:36:22 -04:00
parent b6e91d0c18
commit 6641f9db44
16 changed files with 588 additions and 87 deletions
+14
View File
@@ -0,0 +1,14 @@
#ifndef ACTIONMANAGER_H_
#define ACTIONMANAGER_H_
namespace Managers
{
class ActionManager
{
public:
ActionManager(char**);
private:
};
}
#endif