[nostalgia] Split part of Core out into Foundation, add module system

This commit is contained in:
2023-02-03 00:41:24 -06:00
parent 83589287bc
commit 7868b0678f
50 changed files with 742 additions and 470 deletions
+1 -2
View File
@@ -22,8 +22,7 @@ endif()
target_link_libraries(
nostalgia
NostalgiaWorld
NostalgiaCore
NostalgiaAppModules
OxLogConn
)