Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 9, 2019, 2:54:22 PM (5 years ago)
Author:
peterf
Message:

Improved formatting and added some comments to make the code more precise

File:
1 edited

Legend:

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

    r12325 r12357  
    22#define _PacmanBrown_H__
    33
    4 
    54#include "PacmanGhost.h"
    6 //#include "getShortestPath.h"
    7 
    85
    96namespace orxonox {
     
    1411                        PacmanBrown(Context* context);
    1512
    16                         virtual void tick(float dt) override; //!< Defines which actions the AutonomousDrone has to take in each tick.
     13                          virtual void tick(float dt) override; //!< Defines which actions the AutonomousDrone has to take in each tick.
    1714
    1815                        virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode) override;
     
    3734        bool isAdjacentToPlayerLastPastPoint(Vector3 pacmanBrownPos, Vector3 arrayForNeighborPositions[]);
    3835
    39         //void findNeighboorPositions(Vector3 actuelposition, Vector3 adjacentPositions[], Vector3 positionArray[]);
    40 
    41 
    4236        };
    4337
Note: See TracChangeset for help on using the changeset viewer.