see ya later allocator
This commit is contained in:
parent
d7bc7e10ab
commit
aa53a4addb
44 changed files with 32 additions and 1693 deletions
|
|
@ -21,18 +21,6 @@ public:
|
|||
};
|
||||
|
||||
int main() {
|
||||
|
||||
ModuleManifest* deps[] = { &gModuleGraphics, nullptr };
|
||||
ModuleManifest module("Eample", nullptr, nullptr, deps);
|
||||
|
||||
if (!module.initialize()) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
{
|
||||
ExampleApplication app;
|
||||
app.run();
|
||||
}
|
||||
|
||||
module.deinitialize();
|
||||
ExampleApplication app;
|
||||
app.run();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue