mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
fix(gx): log what api is being used when initializing device
This commit is contained in:
parent
6fa58683ad
commit
422a36cd93
7 changed files with 24 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
if(WHOA_SYSTEM_WIN)
|
||||
file(GLOB PRIVATE_SOURCES "win/*.cpp")
|
||||
file(GLOB PRIVATE_SOURCES "win/*.cpp" "win/Whoa.rc")
|
||||
|
||||
add_executable(Whoa WIN32 ${PRIVATE_SOURCES})
|
||||
|
||||
|
|
|
|||
BIN
src/app/win/Whoa.cur
Normal file
BIN
src/app/win/Whoa.cur
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 326 B |
BIN
src/app/win/Whoa.ico
Normal file
BIN
src/app/win/Whoa.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
2
src/app/win/Whoa.rc
Normal file
2
src/app/win/Whoa.rc
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
BlizzardIcon.ico ICON DISCARDABLE "Whoa.ico"
|
||||
BlizzardCursor.cur CURSOR "Whoa.cur"
|
||||
Loading…
Add table
Add a link
Reference in a new issue