Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2018, 11:50:16 AM (5 years ago)
Author:
stadlero
Message:

Wagnis class wip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/wagnis_HS18/src/modules/wagnis/Wagnis.h

    r12119 r12124  
    55#define Wagnis_h
    66
    7 
     7#include "WagnisPrereqs.h"
    88#include "WagnisGameboard.h"
    99#include "WagnisProvince.h"
     10#include "WagnisPlayer.h"
    1011#include "gametypes/Deathmatch.h"
    1112
     
    2829
    2930
    30 enum GameStage { CHOOSE_PROVINCE_STAGE, REINFORCEMENT_STAGE, ATTACK_STAGE, MOVE_STAGE };
    31 
    3231namespace orxonox
    3332{
     
    3837        virtual ~Wagnis();
    3938        void start();
     39        void tick(float);
    4040
    4141
     
    4444
    4545        private:
     46        GameStage gameStage;
     47        std::vector<WagnisPlayer*> players;
    4648        void createGame();
     49        bool findGameBoard();
    4750    };
    4851}
Note: See TracChangeset for help on using the changeset viewer.