| Rev | Line |   | 
|---|
| [11836] | 1 | /* | 
|---|
 | 2 |  *   ORXONOX - the hottest 3D action shooter ever to exist | 
|---|
 | 3 |  *                    > www.orxonox.net < | 
|---|
 | 4 |  * | 
|---|
 | 5 |  * | 
|---|
 | 6 |  *   License notice: | 
|---|
 | 7 |  * | 
|---|
 | 8 |  *   This program is free software; you can redistribute it and/or | 
|---|
 | 9 |  *   modify it under the terms of the GNU General Public License | 
|---|
 | 10 |  *   as published by the Free Software Foundation; either version 2 | 
|---|
 | 11 |  *   of the License, or (at your option) any later version. | 
|---|
 | 12 |  * | 
|---|
 | 13 |  *   This program is distributed in the hope that it will be useful, | 
|---|
 | 14 |  *   but WITHOUT ANY WARRANTY; without even the implied warranty of | 
|---|
 | 15 |  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
|---|
 | 16 |  *   GNU General Public License for more details. | 
|---|
 | 17 |  * | 
|---|
 | 18 |  *   You should have received a copy of the GNU General Public License | 
|---|
 | 19 |  *   along with this program; if not, write to the Free Software | 
|---|
 | 20 |  *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA. | 
|---|
 | 21 |  * | 
|---|
 | 22 |  *   Author: | 
|---|
| [11998] | 23 |  *      Sebastian Hirsch | 
|---|
 | 24 |  *      Robin Jacobs | 
|---|
 | 25 |  *   Co-authors:  | 
|---|
| [11836] | 26 |  * | 
|---|
 | 27 |  */ | 
|---|
 | 28 |  | 
|---|
 | 29 | /** | 
|---|
| [11838] | 30 |     @file OrxyRoad.h | 
|---|
| [11836] | 31 |     @brief Gametype. | 
|---|
| [11838] | 32 |     @ingroup OrxyRoad | 
|---|
| [11836] | 33 | */ | 
|---|
 | 34 |  | 
|---|
| [11838] | 35 | #ifndef _OrxyRoadCube_H__ | 
|---|
 | 36 | #define _OrxyRoadCube_H__ | 
|---|
| [11836] | 37 |  | 
|---|
| [11881] | 38 | #include "OrxyRoadPrereqs.h" | 
|---|
| [11836] | 39 |  | 
|---|
 | 40 | #include "worldentities/MovableEntity.h" | 
|---|
 | 41 |  | 
|---|
 | 42 |  | 
|---|
 | 43 | namespace orxonox | 
|---|
 | 44 | { | 
|---|
| [11838] | 45 |     class _OrxyRoadExport OrxyRoadCube : public MovableEntity | 
|---|
| [11836] | 46 |     { | 
|---|
 | 47 |        public: | 
|---|
| [11838] | 48 |             OrxyRoadCube(Context* context); | 
|---|
| [11836] | 49 |  | 
|---|
 | 50 |        private: | 
|---|
 | 51 |     }; | 
|---|
 | 52 | } | 
|---|
 | 53 |  | 
|---|
| [11838] | 54 | #endif /* _OrxyRoadCube_H__ */ | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.