Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
dhthwy committed Nov 15, 2024
1 parent dd6dd4c commit 6cfb53f
Show file tree
Hide file tree
Showing 5 changed files with 3,392 additions and 241 deletions.
4 changes: 2 additions & 2 deletions library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if(UNIX)
option(CONSOLE_NO_CATCH "Make the console not catch 'CTRL+C' events for easier debugging." OFF)
endif()

option(DFHACK_SDL_CONSOLE "Use experimental SDL console" OFF)
option(DFHACK_SDL_CONSOLE "Use experimental SDL console" ON)

# Generation
set(CODEGEN_OUT ${dfapi_SOURCE_DIR}/include/df/codegen.out.xml)
Expand Down Expand Up @@ -134,7 +134,7 @@ else()
else()
set(DFCLIENT_CONSOLE_SOURCES Console-posix.cpp)
endif()
set(CONSOLE_SOURCES Console-sdl.cpp Console-sdl-lib.cpp)
set(CONSOLE_SOURCES Console-sdl.cpp Console-sdl-impl.cpp)
endif()

set(MAIN_SOURCES_WINDOWS
Expand Down
Loading

0 comments on commit 6cfb53f

Please sign in to comment.