Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 13, 2018, 1:08:46 PM (6 years ago)
Author:
dreherm
Message:

Work on player

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/3DPacman_FS18/src/modules/Pacman/PacmanGelb.h

    r11859 r11862  
    3636
    3737
    38 #include "dodgerace/DodgeRacePrereqs.h"
     38#include "Pacman/PacmanPrereqs.h"
    3939
    4040#include "core/XMLPort.h"
     
    4444namespace orxonox
    4545{
    46     class _PacmanGelbExport PacmanGelb : public SpaceShip
     46    class _PacmanExport PacmanGelb : public SpaceShip
    4747    {
    4848        public:
     
    5353        private:
    5454            Vector3 actuelposition;
    55             btQuaternion actuelorient;
     55            Quaternion actuelorient;
    5656       
    57     }
     57    };
    5858}
    5959
Note: See TracChangeset for help on using the changeset viewer.