• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

:( 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