source:
code/branches/newlevel2012/src/modules/towerdefense/TowerDefense.h
@
9098
Last change on this file since 9098 was 9098, checked in by mentzerf, 13 years ago | |
---|---|
File size: 286 bytes |
Line | |
---|---|
1 | /* |
2 | * TowerDefense.h |
3 | * |
4 | * Created on: Apr 20, 2012 |
5 | * Author: mentzerf |
6 | */ |
7 | |
8 | #ifndef TOWERDEFENSE_H_ |
9 | #define TOWERDEFENSE_H_ |
10 | |
11 | #include <Gametype.h> |
12 | |
13 | class TowerDefense: public orxonox::Gametype { |
14 | public: |
15 | TowerDefense(); |
16 | virtual ~TowerDefense(); |
17 | }; |
18 | |
19 | #endif /* TOWERDEFENSE_H_ */ |
Note: See TracBrowser
for help on using the repository browser.