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:
@@ -0,0 +1,12 @@
|
||||
#include"ActionManager.h"
|
||||
|
||||
namespace Managers
|
||||
{
|
||||
#pragma
|
||||
ActionManager::ActionManager(char** param)
|
||||
{
|
||||
// TODO: Implement what to do
|
||||
// wih the parameters
|
||||
}
|
||||
#pragma Constructors
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
#ifndef ACTIONMANAGER_H_
|
||||
#define ACTIONMANAGER_H_
|
||||
|
||||
namespace Managers
|
||||
{
|
||||
class ActionManager
|
||||
{
|
||||
public:
|
||||
ActionManager(char**);
|
||||
private:
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
Binary file not shown.
Reference in New Issue
Block a user