source:
code/branches/surfaceraceHS14/src/modules/invader/DodgePlayer.cc
@
10108
Last change on this file since 10108 was 10095, checked in by sriedel, 10 years ago | |
---|---|
File size: 358 bytes |
Rev | Line | |
---|---|---|
[10095] | 1 | /* |
2 | * DodgePlayer.cc | |
3 | * | |
4 | * Created on: Oct 15, 2014 | |
5 | * Author: sriedel | |
6 | */ | |
7 | ||
8 | #include "DodgePlayer.h" | |
9 | ||
10 | #include "core/CoreIncludes.h" | |
11 | #include "core/XMLPort.h" | |
12 | ||
13 | namespace orxonox | |
14 | { | |
15 | RegisterClass(DodgePlayer); | |
16 | ||
17 | DodgePlayer::DodgePlayer() | |
18 | { | |
19 | ||
20 | } | |
21 | ||
22 | DodgePlayer::~DodgePlayer() | |
23 | { | |
24 | ||
25 | } | |
26 | ||
27 | void DodgePlayer::tick(float dt) | |
28 | { | |
29 | ||
30 | ||
31 | } | |
32 | ||
33 | } /* namespace orxonox */ |
Note: See TracBrowser
for help on using the repository browser.