Last change
on this file since 9103 was
9103,
checked in by mentzerf, 13 years ago
|
- Changed TowerDefense superclass to DeathMatch
- Updated oxw
|
File size:
288 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::Deathmatch { |
---|
14 | public: |
---|
15 | TowerDefense(); |
---|
16 | virtual ~TowerDefense(); |
---|
17 | }; |
---|
18 | |
---|
19 | #endif /* TOWERDEFENSE_H_ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.