mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-09-27 10:30:06 +00:00
[refactor] Split MobManager.cpp into MobAI.cpp and Combat.cpp
This is terrible. It was a mistake to do this before cleaning up the actual code. It might be better not to use this commit and to do this refactor in a different order or something.
This commit is contained in:
6
Makefile
6
Makefile
@@ -39,7 +39,8 @@ CXXSRC=\
|
||||
src/Defines.cpp\
|
||||
src/main.cpp\
|
||||
src/MissionManager.cpp\
|
||||
src/MobManager.cpp\
|
||||
src/MobAI.cpp\
|
||||
src/Combat.cpp\
|
||||
src/NanoManager.cpp\
|
||||
src/Abilities.cpp\
|
||||
src/ItemManager.cpp\
|
||||
@@ -82,7 +83,8 @@ CXXHDR=\
|
||||
vendor/INIReader.hpp\
|
||||
vendor/JSON.hpp\
|
||||
src/MissionManager.hpp\
|
||||
src/MobManager.hpp\
|
||||
src/MobAI.hpp\
|
||||
src/Combat.hpp\
|
||||
src/NanoManager.hpp\
|
||||
src/Abilities.hpp\
|
||||
src/ItemManager.hpp\
|
||||
|
Reference in New Issue
Block a user