mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Cleanup.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user