Oops .. Forgot to save this one for the previous commit

This commit is contained in:
Dander7BD 2014-02-17 16:18:21 +01:00 committed by Robin Engman
parent 5137404bb6
commit 930a6ee279
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ namespace DanBias { namespace Client
~GameState(void);
bool Init( SharedStateContent &shared );
GameClientState::ClientState Update( float deltaTime ) override;
void InitiatePlayer( int id, const std::string &modelName, const float position[3], const float rotation[4], const float scale[3] );
void InitiatePlayer( int id, const std::string &modelName, const float position[3], const float rotation[4], const float scale[3], bool isMyPlayer );
void ReadKeyInput();
bool Render()override;
bool Release()override;