mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-04-01 17:20:04 +00:00
* 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
11 lines
179 B
C++
11 lines
179 B
C++
#ifndef _IM_HPP
|
|
#define _IM_HPP
|
|
|
|
#include "CNShardServer.hpp"
|
|
|
|
namespace ItemManager {
|
|
void init();
|
|
void itemMoveHandler(CNSocket* sock, CNPacketData* data);
|
|
}
|
|
|
|
#endif |