summaryrefslogtreecommitdiff
path: root/src/game.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-12-04 11:07:10 -0500
committerJonathan Bradley <jcb@pikum.xyz>2025-12-04 11:07:10 -0500
commit78d07f005876cdfd3caf8144c455e8ae9ff77d76 (patch)
tree59d79689214e9de46eda68d26e7040c91c33c178 /src/game.hpp
parentc2d51783d5b9f17b4bbf624c33ba4ceb584aa4f5 (diff)
pke: actual exe path, child process launch tweaks
Diffstat (limited to 'src/game.hpp')
-rw-r--r--src/game.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game.hpp b/src/game.hpp
index b599c24..8d23eaf 100644
--- a/src/game.hpp
+++ b/src/game.hpp
@@ -4,9 +4,9 @@
#include "plugin-types.hpp"
#include "window-types.hpp"
-void Game_Main(PKEWindowProperties windowProps, const char *executablePath);
+void Game_Main(PKEWindowProperties windowProps);
-void pke_game_main_init(PKEWindowProperties windowProps, const char *executablePath, PKEPluginInterface *interfaces = nullptr, unsigned int n_interfaces = 0);
+void pke_game_main_init(PKEWindowProperties windowProps, PKEPluginInterface *interfaces = nullptr, unsigned int n_interfaces = 0);
void pke_game_main_load();
void pke_game_main_run();
void pke_game_main_teardown();