From dcb9f65b25e59edb21c9c3cac7b32d70ca19eb72 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 10 Aug 2024 02:59:59 +1000 Subject: wip --- src/core/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/core.h') 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(); -- cgit v1.2.3-70-g09d2