- Timestamp:
- Apr 25, 2018, 1:06:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.h
r11900 r11903 51 51 void resetGhost(); 52 52 53 void setnewTarget(int firstdec); 54 void setnewTarget(int firstdec, int seconddec); 55 void setnewTarget(int firstdec, int seconddec, int thirddec); 56 void setnewTarget(int firstdec, int seconddec, int thirddec, int fourthdec); 57 58 53 59 bool findpos(Vector3 one, Vector3 other); 54 60
Note: See TracChangeset
for help on using the changeset viewer.