Skip to content

Commit

Permalink
mods: Move mod content related logic to dedicated package (#829)
Browse files Browse the repository at this point in the history
Moves the `Mod` class and related logic to its own source files
  • Loading branch information
Alystrasz authored Nov 27, 2024
1 parent fad89b3 commit 21843ee
Show file tree
Hide file tree
Showing 5 changed files with 642 additions and 639 deletions.
2 changes: 2 additions & 0 deletions primedev/Northstar.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ add_library(
"mods/compiled/modkeyvalues.cpp"
"mods/compiled/modpdef.cpp"
"mods/compiled/modscriptsrson.cpp"
"mods/mod.cpp"
"mods/mod.h"
"mods/modmanager.cpp"
"mods/modmanager.h"
"mods/modsavefiles.cpp"
Expand Down
Loading

0 comments on commit 21843ee

Please sign in to comment.