@@ -15,13 +15,19 @@ class App {
std::vector<Module*> modules;
public:
App();
App(const int&, char*[]);
~App();
static App& Get() { return *instance; }
void run();
void load(std::string);
void handleArgs(const int&, char*[]);
void printHelp();
void end() { done = true; };
};
The note is not visible to the blocked user.