mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-11-11 05:10:05 +00:00
Items Implementation (#11)
* Item Manager (Initial Implementation) * Item Manager (Second Phase) * Item Manager (Phase Three) * Not Working Code * Inventory Implementation (Complete?) * Items Implementation -Fixed Indentations -Final touches to make it all work * Update Makefile * Added small comments -- needs to be fixed
This commit is contained in:
2
Makefile
2
Makefile
@@ -21,6 +21,7 @@ SRC=\
|
||||
src/CNStructs.cpp\
|
||||
src/main.cpp\
|
||||
src/NanoManager.cpp\
|
||||
src/ItemManager.cpp\
|
||||
src/NPCManager.cpp\
|
||||
src/Player.cpp\
|
||||
src/PlayerManager.cpp\
|
||||
@@ -36,6 +37,7 @@ HDR=\
|
||||
src/CNStructs.hpp\
|
||||
src/INIReader.hpp\
|
||||
src/NanoManager.hpp\
|
||||
src/ItemManager.hpp\
|
||||
src/NPCManager.hpp\
|
||||
src/Player.hpp\
|
||||
src/PlayerManager.hpp\
|
||||
|
||||
Reference in New Issue
Block a user