Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 19, 2014, 4:08:42 PM (9 years ago)
Author:
richtero
Message:

new structure: Board in separate class

File:
1 edited

Legend:

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

    r10121 r10131  
    7171                        The move that the AI decided to make.
    7272            */
    73             Vector4 Mini4DgameAI::makeMove(float timeout);
     73            Vector4 makeMove(float timeout);
    7474
    7575
     
    8686        private:
    8787
    88             std::list<Vector4> Mini4DgameAI::getPossibleMoves();
    89             void Mini4DgameAI::copyBoard();
     88            std::list<Vector4> getPossibleMoves();
     89            void copyBoard();
    9090            mini4DgamePlayerColor::color board_[4][4][4][4];
    9191    };
Note: See TracChangeset for help on using the changeset viewer.