Graphics Animations & Renaming
This commit is contained in:
parent
1e2ca13a15
commit
41f7d978a9
15 changed files with 718 additions and 318 deletions
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
#include "Graphics.hpp"
|
||||
#include "Window.hpp"
|
||||
|
||||
int main() {
|
||||
tp::ModuleManifest* deps[] = { &tp::gModuleAllocators, nullptr };
|
||||
tp::ModuleManifest* deps[] = { &tp::gModuleGraphics, nullptr };
|
||||
tp::ModuleManifest testModule("Example", nullptr, nullptr, deps);
|
||||
|
||||
if (!testModule.initialize()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue