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
|
||||
}
|
||||
Reference in New Issue
Block a user