Skip to content

Commit

Permalink
Core: Start layout changes for removing kernel.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
zach2good committed Feb 5, 2025
1 parent 53efd71 commit bebc223
Show file tree
Hide file tree
Showing 19 changed files with 325 additions and 2,237 deletions.
4 changes: 0 additions & 4 deletions src/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ set(COMMON_SOURCES
$<$<PLATFORM_ID:Windows>:${CMAKE_CURRENT_SOURCE_DIR}/debug_windows.cpp>
${CMAKE_CURRENT_SOURCE_DIR}/filewatcher.cpp
${CMAKE_CURRENT_SOURCE_DIR}/filewatcher.h
${CMAKE_CURRENT_SOURCE_DIR}/kernel.cpp
${CMAKE_CURRENT_SOURCE_DIR}/kernel.h
${CMAKE_CURRENT_SOURCE_DIR}/logging.cpp
${CMAKE_CURRENT_SOURCE_DIR}/logging.h
${CMAKE_CURRENT_SOURCE_DIR}/lua.cpp
Expand All @@ -27,8 +25,6 @@ set(COMMON_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/mmo.h
${CMAKE_CURRENT_SOURCE_DIR}/settings.cpp
${CMAKE_CURRENT_SOURCE_DIR}/settings.h
${CMAKE_CURRENT_SOURCE_DIR}/socket.cpp
${CMAKE_CURRENT_SOURCE_DIR}/socket.h
${CMAKE_CURRENT_SOURCE_DIR}/sql.cpp
${CMAKE_CURRENT_SOURCE_DIR}/sql.h
${CMAKE_CURRENT_SOURCE_DIR}/string.h
Expand Down
3 changes: 3 additions & 0 deletions src/common/application.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,7 @@ class Application

std::unique_ptr<argparse::ArgumentParser> gArgParser;
std::unique_ptr<ConsoleService> gConsoleService;

// TODO: Scheduler/task manager
// TODO: Logging setup
};
292 changes: 0 additions & 292 deletions src/common/kernel.cpp

This file was deleted.

Loading

0 comments on commit bebc223

Please sign in to comment.