1
0
Fork 0

System/MessageQueue: Use PlatformEventQueue

This commit is contained in:
Henrik Hautakoski 2020-01-24 15:37:06 +01:00
parent e6718e7ef1
commit fb58490bfe
No known key found for this signature in database
GPG key ID: 96765B12FEAC4745
3 changed files with 31 additions and 0 deletions

View file

@ -46,6 +46,7 @@ local platform_spec_module = Module("source/Platform/Win32", {
"Win32Keyboard.cpp",
"Win32Misc.cpp",
"Win32Mouse.cpp",
"Win32EventQueue.cpp",
"Win32MsgBuffer.cpp",
"Win32System.cpp",
"glad_wgl.c"