diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-08-31 14:00:32 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-09-06 17:19:09 -0400 |
| commit | 6a5c90864dcddd924488c4b5ded34ab6bd7863dd (patch) | |
| tree | b2c70330bcfa3631cd41730f52ff82229e596841 /src/main.cpp | |
| parent | 9372b51357e6179935339691f36e811b84934e8b (diff) | |
first pass add ImGui console
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index b5a0697..b99aca2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -28,6 +28,7 @@ int main() { printf("PKE ENTERING\n"); try { AssetManagerInit(); + GameInit(); ECS_Init(); CreateWindow(&windowProps); |
