Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/newlevel2012/src/modules/towerdefense/TowerDefense.h @ 9103

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
RevLine 
[9098]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
[9103]13class TowerDefense: public orxonox::Deathmatch {
[9098]14public:
15        TowerDefense();
16        virtual ~TowerDefense();
17};
18
19#endif /* TOWERDEFENSE_H_ */
Note: See TracBrowser for help on using the repository browser.