Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

:( help me about declaration :(

Experienced Elementalist
Joined
Mar 18, 2013
Messages
280
Reaction score
14
Any one can help me how to declared this to my dxincommand.h ??


public:GLCharacter m_Character;GLCharacter* GetCharacter () { return &m_Character; }const D3DXVECTOR3 &GetCharacterPos () { return m_Character.GetPosition(); }SCHARDATA2& GetCharacterData () { return m_Character.GetCharData(); }GLCHARLOGIC& GetCharacterLogic () { return m_Character.GetCharLogic(); }

i try to declared it but i always get syntax error in public code :(
 
Back
Top