Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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


File size: 342 bytes
Line 
1/*
2 * DodgeRace.h
3 *
4 *  Created on: Oct 15, 2014
5 *      Author: sriedel
6 */
7
8#ifndef DODGERACE_H_
9#define DODGERACE_H_
10
11namespace orxonox
12{
13
14        class DodgeRace
15        {
16                public:
17                        DodgeRace();
18                        virtual ~DodgeRace();
19
20                        void init();
21
22                private:
23                        int point;
24                        int level;
25                        int lives
26
27        };
28
29} /* namespace orxonox */
30#endif /* DODGERACE_H_ */
Note: See TracBrowser for help on using the repository browser.