mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
Renamed SDL specific source file with GUI related code
This commit is contained in:
parent
313173aa32
commit
82e8c514e9
2 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ set( PLAT_SDL_SYSTEM_SOURCES
|
||||||
sdl/sdlvideo.cpp
|
sdl/sdlvideo.cpp
|
||||||
sdl/st_start.cpp )
|
sdl/st_start.cpp )
|
||||||
set( PLAT_SDL_INPUT_SOURCES
|
set( PLAT_SDL_INPUT_SOURCES
|
||||||
sdl/i_cursor.cpp
|
sdl/i_gui.cpp
|
||||||
sdl/i_input.cpp
|
sdl/i_input.cpp
|
||||||
sdl/i_joystick.cpp
|
sdl/i_joystick.cpp
|
||||||
sdl/i_timer.cpp )
|
sdl/i_timer.cpp )
|
||||||
|
|
Loading…
Reference in a new issue