summaryrefslogtreecommitdiff
path: root/src/game.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-12-06 15:49:15 -0500
committerJonathan Bradley <jcb@pikum.xyz>2023-12-06 15:49:15 -0500
commit0a9b08fcaf0fde28af66b59a76881032587b582c (patch)
tree6fda392cd47fdd7560fcfd7c1f5d0f5f4f702630 /src/game.hpp
parent04c97b83505e685d590c28c7605128716f3333ff (diff)
track executable path
Diffstat (limited to 'src/game.hpp')
-rw-r--r--src/game.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.hpp b/src/game.hpp
index 5697efa..e85e8ce 100644
--- a/src/game.hpp
+++ b/src/game.hpp
@@ -4,7 +4,7 @@
#include "game-settings.hpp"
#include "window-types.hpp"
-void Game_Main(PKEWindowProperties windowProps);
+void Game_Main(PKEWindowProperties windowProps, const char *executablePath);
void Game_Init();
void Game_Tick(double delta);
void Game_Teardown();