diff options
Diffstat (limited to 'src/game.hpp')
| -rw-r--r-- | src/game.hpp | 4 |
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(); |
