Added display showing information about selected vertex

This commit is contained in:
2011-07-01 18:04:15 -04:00
parent d15e6590ec
commit c49fdb8169
5 changed files with 38 additions and 12 deletions

1
game.h
View File

@ -33,6 +33,7 @@ class Game : public GameState
void on_key_down(SDLKey sym, SDLMod mod, Uint16 unicode);
private:
void draw_stats(Vertex* v);
// data
GameData data;