Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 21, 2018, 10:19:21 AM (5 years ago)
Author:
stadlero
Message:

Player class does now compile

File:
1 edited

Legend:

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

    r12105 r12109  
    1414#include <vector>
    1515#include <string>
     16#include "infos/HumanPlayer.h"
    1617
    1718enum MoveType { ATTACK, MOVE, SET_TROOPS, SET_TROOPS_INITIAL };
     
    2122namespace orxonox
    2223{
    23     class WagnisPlayer : public BaseClass
     24    class WagnisPlayer : public HumanPlayer
    2425    {
    2526    public:
    26         WagnisPlayer(Context*,WagnisGameboard*);
     27        WagnisPlayer(Context*);
    2728        virtual ~WagnisPlayer();
    2829
Note: See TracChangeset for help on using the changeset viewer.