add core.h
This commit is contained in:
0
include/core.h
Normal file
0
include/core.h
Normal file
@@ -13,6 +13,8 @@ class App {
|
||||
bool done;
|
||||
|
||||
std::vector<Module*> modules;
|
||||
std::vector<Module::create_t> mCreators;
|
||||
std::vector<Module::destroy_t> mDestroyers;
|
||||
|
||||
public:
|
||||
App(const int&, char*[]);
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
|
||||
#include "pch.hpp"
|
||||
|
||||
|
||||
class Module {
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user