Skip to content

Commit 6cfb53f

Browse files
committed
Initial
1 parent dd6dd4c commit 6cfb53f

File tree

5 files changed

+3392
-241
lines changed

5 files changed

+3392
-241
lines changed

library/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if(UNIX)
99
option(CONSOLE_NO_CATCH "Make the console not catch 'CTRL+C' events for easier debugging." OFF)
1010
endif()
1111

12-
option(DFHACK_SDL_CONSOLE "Use experimental SDL console" OFF)
12+
option(DFHACK_SDL_CONSOLE "Use experimental SDL console" ON)
1313

1414
# Generation
1515
set(CODEGEN_OUT ${dfapi_SOURCE_DIR}/include/df/codegen.out.xml)
@@ -134,7 +134,7 @@ else()
134134
else()
135135
set(DFCLIENT_CONSOLE_SOURCES Console-posix.cpp)
136136
endif()
137-
set(CONSOLE_SOURCES Console-sdl.cpp Console-sdl-lib.cpp)
137+
set(CONSOLE_SOURCES Console-sdl.cpp Console-sdl-impl.cpp)
138138
endif()
139139

140140
set(MAIN_SOURCES_WINDOWS

0 commit comments

Comments
 (0)