mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22: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
|
|
@ -216,3 +216,7 @@ void CursorSetMode(CURSORMODE mode) {
|
|||
FrameScript_SignalEvent(275, nullptr);
|
||||
}
|
||||
}
|
||||
|
||||
void CursorResetCursor() {
|
||||
// TODO
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
#include "cursor/Types.hpp"
|
||||
|
||||
void CursorInitialize();
|
||||
|
||||
void CursorSetMode(CURSORMODE mode);
|
||||
void CursorResetCursor();
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue