initial mesh and physics support
This commit is contained in:
@ -33,6 +33,9 @@ private:
|
||||
void loadConsoleFont();
|
||||
|
||||
void onExplosion(double x, double y, double z);
|
||||
|
||||
void drawLevel();
|
||||
void drawPlayer(player_t *player);
|
||||
};
|
||||
|
||||
#endif /* CLIENT_H_ */
|
||||
|
Reference in New Issue
Block a user