Cleanup.
This commit is contained in:
Родитель
6cd89105cb
Коммит
55e3b56314
|
@ -622,7 +622,7 @@ namespace entry
|
|||
|
||||
GamepadGLFW m_gamepad[ENTRY_CONFIG_MAX_GAMEPADS];
|
||||
|
||||
bx::SpScUnboundedQueueLf<Msg> m_msgs;
|
||||
bx::SpScUnboundedQueueT<Msg> m_msgs;
|
||||
|
||||
double m_scrollPos;
|
||||
};
|
||||
|
|
|
@ -297,7 +297,7 @@ namespace entry
|
|||
}
|
||||
|
||||
private:
|
||||
bx::SpScUnboundedQueue<Event> m_queue;
|
||||
bx::SpScUnboundedQueueT<Event> m_queue;
|
||||
};
|
||||
|
||||
} // namespace entry
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
#include <bx/thread.h>
|
||||
#include <bx/os.h>
|
||||
#include <bx/handlealloc.h>
|
||||
#include <bx/mutex.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <fcntl.h>
|
||||
|
|
Загрузка…
Ссылка в новой задаче