Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 16, 2018, 11:50:31 PM (6 years ago)
Author:
dreherm
Message:

Tes Game 4

File:
1 edited

Legend:

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

    r11868 r11869  
    3838#include "PacmanGelb.h"
    3939
    40 
    4140#include "core/EventIncludes.h"
    4241#include "core/command/Executor.h"
     
    7473            void catched();
    7574            void posreset();
    76             void takePoint();
    77             void getPlayer();
     75            void takePoint(PacmanPointSphere* taken);
     76            PacmanGelb* getPlayer();
     77            int getPoints();
    7878
    7979
     
    9191            PacmanGhost[]
    9292            Vector3 currentPosition;
     93            bool bcolli = false;
    9394
    9495
    9596            Timer endGameTimer;
    96             WeakPtr<PlayerInfo> playerInfo_;
    97 
    98             WeakPtr<DodgeRaceCenterPoint> center_;
    9997            int level;
    10098            int point;
Note: See TracChangeset for help on using the changeset viewer.