- Timestamp:
- Apr 18, 2019, 4:15:50 PM (6 years ago)
- Location:
- code/branches/3DPacman_FS19/src/modules/pacman
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS19/src/modules/pacman/Pacman.cc
r12303 r12313 38 38 { 39 39 RegisterClass(Pacman); 40 41 int PACMAN_INTERNAL_PACMAN_POSITION; 40 42 41 43 Pacman::Pacman(Context* context) : Deathmatch(context) -
code/branches/3DPacman_FS19/src/modules/pacman/Pacman.h
r11992 r12313 60 60 namespace orxonox 61 61 { 62 /* 63 deklaration ohne Speicher zu reservieren. definition in Pacman.cc 64 wird benoetigt um auf die Position global zuzugreifen 65 66 analog pacman_next 67 68 */ 69 extern int PACMAN_INTERNAL_PACMAN_POSITION; 62 70 63 71 class _PacmanExport Pacman : public Deathmatch
Note: See TracChangeset
for help on using the changeset viewer.