Reorganized into more logical units

This commit is contained in:
dannuic
2026-04-23 18:33:07 -06:00
parent 63c33ea4d6
commit 1d47611b24
33 changed files with 613 additions and 903 deletions
+2 -2
View File
@@ -28,6 +28,7 @@ set(zone_sources
client_mods.cpp
client_packet.cpp
client_process.cpp
client_version.cpp
combat_record.cpp
corpse.cpp
dialogue_window.cpp
@@ -130,6 +131,7 @@ set(zone_headers
cheat_manager.h
client.h
client_packet.h
client_version.h
combat_record.h
command.h
common.h
@@ -675,8 +677,6 @@ add_executable(zone ${zone_sources} ${zone_headers})
target_include_directories(zone PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
add_subdirectory(patch)
install(TARGETS zone RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
if(EQEMU_BUILD_PCH)