mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-09-26 18:10:10 +00:00
[WIP] Convert most of Chunking to Entity-based system
Player and all NPCs now have a common superclass, with virtual functions so smooth over shared behavior. EntityRef is a simple class that points to an arbitrary Entity. This commit is not yet functional.
This commit is contained in:
2
Makefile
2
Makefile
@@ -50,6 +50,7 @@ CXXSRC=\
|
||||
src/db/email.cpp\
|
||||
src/Chat.cpp\
|
||||
src/CustomCommands.cpp\
|
||||
src/Entities.cpp\
|
||||
src/Email.cpp\
|
||||
src/Eggs.cpp\
|
||||
src/main.cpp\
|
||||
@@ -93,6 +94,7 @@ CXXHDR=\
|
||||
vendor/JSON.hpp\
|
||||
src/Chat.hpp\
|
||||
src/CustomCommands.hpp\
|
||||
src/Entities.hpp\
|
||||
src/Email.hpp\
|
||||
src/Eggs.hpp\
|
||||
src/Missions.hpp\
|
||||
|
Reference in New Issue
Block a user