From 78d07f005876cdfd3caf8144c455e8ae9ff77d76 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 4 Dec 2025 11:07:10 -0500 Subject: pke: actual exe path, child process launch tweaks --- src/game.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game.hpp') 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(); -- cgit v1.2.3