diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index cf70271..be70826 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,6 +2,7 @@ #include <cstdio> #include <exception> +#include "asset-manager.hpp" #include "window.hpp" PKEWindowProperties windowProps{}; @@ -9,6 +10,7 @@ PKEWindowProperties windowProps{}; int main() { printf("PKE ENTERING\n"); try { + AssetManagerInit(); CreateWindow(&windowProps); } catch (const std::exception &exc) { printf("EXCEPTION: %s\n", exc.what()); |
