Changeset 11919
- Timestamp:
- Apr 29, 2018, 1:21:26 PM (7 years ago)
- Location:
- code/branches/3DPacman_FS18/src/modules/pacman
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc
r11917 r11919 75 75 { 76 76 SUPER(PacmanGhost, XMLPort, xmlelement, mode); 77 78 XMLPortParam(PacmanGhost, "resetposition", setResetPosition, getResetPosition, xmlelement, mode);79 77 } 80 78 -
code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.h
r11903 r11919 57 57 58 58 59 bool findpos(Vector3 one, Vector3 other); 60 61 inline void setResetPosition(Vector3 rpos) 62 { this->resetposition = rpos; } 63 64 inline Vector3 getResetPosition() 65 { return this->resetposition; } 66 59 bool findpos(Vector3 one, Vector3 other); 67 60 68 61
Note: See TracChangeset
for help on using the changeset viewer.