Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/surfaceraceHS14/src/modules/invader/DodgePlayer.h @ 10108

Last change on this file since 10108 was 10095, checked in by sriedel, 10 years ago


File size: 391 bytes
Line 
1/*
2 * DodgePlayer.h
3 *
4 *  Created on: Oct 15, 2014
5 *      Author: sriedel
6 */
7
8#ifndef DODGEPLAYER_H_
9#define DODGEPLAYER_H_
10
11#include "worldentities/pawns/SpaceShip.h"
12#include "graphics/Camera.h"
13
14namespace orxonox
15{
16
17        class DodgePlayer
18        {
19                public:
20                        DodgePlayer();
21                        virtual ~DodgePlayer();
22                        virtual void tick(float dt);
23        };
24
25} /* namespace orxonox */
26
27#endif /* DODGEPLAYER_H_ */
Note: See TracBrowser for help on using the repository browser.