Changeset 11933 for code/branches/3DPacman_FS18/src/modules/pacman/Pacman.h
- Timestamp:
- May 3, 2018, 3:45:20 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/src/modules/pacman/Pacman.h
r11931 r11933 39 39 #include "PacmanGhost.h" 40 40 #include "PacmanPointSphere.h" 41 #include "PacmanPointAfraid.h" 41 42 #include "Highscore.h" 42 43 //#include "PlayerInfo.h" … … 95 96 int totallevelpoint = 3; 96 97 //bool firstGame; 98 bool afraid = false; 99 float timer = 0; 97 100 98 101 private:
Note: See TracChangeset
for help on using the changeset viewer.