Bind Win32 main-thread queue to runtime state
This commit is contained in:
@@ -3,11 +3,14 @@
|
||||
#include <memory>
|
||||
|
||||
class App;
|
||||
class AppRuntime;
|
||||
class WacomTablet;
|
||||
|
||||
namespace pp::platform::windows {
|
||||
|
||||
[[nodiscard]] std::unique_ptr<App>& retained_owned_app() noexcept;
|
||||
[[nodiscard]] WacomTablet& retained_wacom_tablet() noexcept;
|
||||
[[nodiscard]] AppRuntime* retained_bound_runtime() noexcept;
|
||||
void bind_runtime(AppRuntime* runtime) noexcept;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user