mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(world): add CWorldScene class
This commit is contained in:
parent
1326c896df
commit
b1694c2897
12 changed files with 126 additions and 23 deletions
|
|
@ -26,6 +26,8 @@ void* GxDevWindow();
|
|||
|
||||
int32_t GxMasterEnable(EGxMasterEnables state);
|
||||
|
||||
void GxMasterEnableSet(EGxMasterEnables state, int32_t enable);
|
||||
|
||||
void GxDevOverride(EGxOverride override, uint32_t value);
|
||||
|
||||
int32_t GxAdapterDesktopMode(CGxMonitorMode& mode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue