From c6e34bea903390b10e40364b56020804dbb0b6b5 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 10 Aug 2023 21:32:39 -0400 Subject: asset manager first pass --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.cpp') 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 #include +#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()); -- cgit v1.2.3