mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 01:45:35 -05: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);
|
||||
|
||||
void queueInMainThread(ScheduledFunction func);
|
||||
void queueInGDThread(ScheduledFunction func);
|
||||
void queueInMainThread(ScheduledFunction func);
|
||||
void executeGDThreadQueue();
|
||||
|
||||
|
|
Loading…
Reference in a new issue