mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-23 03:15:58 -04:00
fix dingus
This commit is contained in:
parent
277f68bfd7
commit
19af576db2
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ namespace geode {
|
||||||
|
|
||||||
json::Value processRawIPC(void* rawHandle, std::string const& buffer);
|
json::Value processRawIPC(void* rawHandle, std::string const& buffer);
|
||||||
|
|
||||||
void queueInMainThread(ScheduledFunction func);
|
void queueInGDThread(ScheduledFunction func);
|
||||||
void queueInMainThread(ScheduledFunction func);
|
void queueInMainThread(ScheduledFunction func);
|
||||||
void executeGDThreadQueue();
|
void executeGDThreadQueue();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue