Skip to content

Commit

Permalink
Use functions for logging load & save game times
Browse files Browse the repository at this point in the history
Less copy and paste. Allows these very simple timings to be logged from elsewhere as well.
  • Loading branch information
Asdow committed Oct 3, 2024
1 parent 93e8979 commit d3f3082
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 174 deletions.
1 change: 1 addition & 0 deletions Ja2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ set(Ja2Src
"${CMAKE_CURRENT_SOURCE_DIR}/SaveLoadScreen.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/SCREENS.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/Sys Globals.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/TimeLogging.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/ub_config.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/XML_DifficultySettings.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/XML_IntroFiles.cpp"
Expand Down
Loading

0 comments on commit d3f3082

Please sign in to comment.