Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 1, 2015, 2:55:44 PM (10 years ago)
Author:
landauf
Message:

replaced tabs with spaces. no changes in code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/minigame4DHS14/src/modules/mini4dgame/Mini4DgameAI.h

    r10227 r10230  
    5858    {
    5959        public:
    60                 Mini4DgameAI(Context* context); //!< Constructor. Registers and initializes the object.
     60            Mini4DgameAI(Context* context); //!< Constructor. Registers and initializes the object.
    6161            virtual ~Mini4DgameAI();
    6262
     
    6969                    The time the AI has to decide on a move. (Sets the strength of the AI)
    7070                @return move
    71                         The move that the AI decided to make.
     71                    The move that the AI decided to make.
    7272            */
    7373            Vector4 makeMove(float timeout);
     
    7777
    7878            void setCenterpoint(Mini4DgameCenterpoint* center)
    79                                 { this->center_ = center; }
     79                            { this->center_ = center; }
    8080
    8181        protected:
Note: See TracChangeset for help on using the changeset viewer.