Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 18, 2019, 4:15:50 PM (5 years ago)
Author:
rueegseb
Message:

extern variable in pacman.h hinzugefuegt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/3DPacman_FS19/src/modules/pacman/Pacman.h

    r11992 r12313  
    6060namespace orxonox
    6161{
     62    /*
     63deklaration ohne Speicher zu reservieren. definition in Pacman.cc
     64wird benoetigt um auf die Position global zuzugreifen
     65
     66analog pacman_next
     67
     68    */
     69    extern int PACMAN_INTERNAL_PACMAN_POSITION;
    6270
    6371    class _PacmanExport Pacman : public Deathmatch
Note: See TracChangeset for help on using the changeset viewer.