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/PacmanCyan.h

    r12322 r12357  
    22#define _PacmanCyan_H__
    33
    4 
    54#include "PacmanGhost.h"
    6 //#include "getShortestPath.h"
    7 
    85
    96namespace orxonox {
     
    1411                        PacmanCyan(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;
     
    3229                        bool passedByGoal;
    3330
    34 
    35 
    3631        };
    3732
Note: See TracChangeset for help on using the changeset viewer.