Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 22, 2019, 3:09:22 PM (5 years ago)
Author:
peterf
Message:

continued Cyan implementation

File:
1 edited

Legend:

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

    r12320 r12321  
    2020                        void nextMove( Vector3 cyanPosP, Vector3 playerPos);
    2121
     22                        bool isPatrolling;
     23
     24                        void nextPatrol();
     25
     26                        Vector3 startPatrol;
     27                        Vector3 goalPatrol;
     28
     29                        struct PatrolPosition;
     30
    2231
    2332
Note: See TracChangeset for help on using the changeset viewer.