ond
Veteran OT User
Gonna add in Game.h (Old cvs)
Game.h
Public
Where exactly to add this in game.h?
And my main question is... public??
Thanks for helping
Game.h
Public
Code:
void checkCreatureFollow(unsigned long id);
void playerFollow(Player* player, Creature *followCreature);
void playerSetFollowCreature(Player* player, unsigned long creatureid);
Where exactly to add this in game.h?
And my main question is... public??
Thanks for helping