mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-12-26 13:40: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:
11
src/ItemManager.hpp
Normal file
11
src/ItemManager.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _IM_HPP
|
||||
#define _IM_HPP
|
||||
|
||||
#include "CNShardServer.hpp"
|
||||
|
||||
namespace ItemManager {
|
||||
void init();
|
||||
void itemMoveHandler(CNSocket* sock, CNPacketData* data);
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user