Thin Windows runtime globals and legacy GLFW hooks
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
#include "platform_windows/windows_splash.h"
|
||||
|
||||
class App;
|
||||
class AppRuntime;
|
||||
class WacomTablet;
|
||||
|
||||
namespace pp::platform::windows {
|
||||
@@ -14,8 +13,6 @@ void run_main_window_runtime(const MainWindowStartupState& startup, bool start_i
|
||||
void bind_app(App* app) noexcept;
|
||||
[[nodiscard]] App* bound_app() noexcept;
|
||||
void release_bound_app() noexcept;
|
||||
void bind_runtime(AppRuntime* runtime) noexcept;
|
||||
[[nodiscard]] AppRuntime* bound_runtime() noexcept;
|
||||
void bind_wacom_tablet(WacomTablet* tablet) noexcept;
|
||||
[[nodiscard]] WacomTablet* bound_wacom_tablet() noexcept;
|
||||
[[nodiscard]] HWND main_window_handle() noexcept;
|
||||
|
||||
Reference in New Issue
Block a user