diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-10 02:59:59 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-10 02:59:59 +1000 |
commit | dcb9f65b25e59edb21c9c3cac7b32d70ca19eb72 (patch) | |
tree | ce99b01a070c57ecc6f3f4073b8298608706f9a0 /src/core/core.h | |
parent | a0592bdb9966b204373bc4a258da47a603c70969 (diff) |
wip
Diffstat (limited to 'src/core/core.h')
-rw-r--r-- | src/core/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h index 86f5b01..4e7ff03 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -32,7 +32,7 @@ Core* get_global_core(); @param [in] optional_window - Leave NULL if you want Celeritas to instantiate its own window with GLFW, if you want to provide the glfw window then pass it in here. */ -void Core_Bringup(GLFWwindow* optional_window); +void Core_Bringup(const char* window_name, GLFWwindow* optional_window); void Core_Shutdown(); bool ShouldExit(); |