- Timestamp:
- May 11, 2017, 3:18:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/SuperOrxoBros_FS17/src/modules/superorxobros/SOBFlagstone.h
r11412 r11416 21 21 * 22 22 * Author: 23 * Fabien Vultier23 * Julien Kindle 24 24 * Co-authors: 25 * ...25 * 26 26 * 27 27 */ … … 29 29 /** 30 30 @file SOBFlagstone.h 31 @brief Declaration of the SOBFlagstone class. 31 @brief Declaration of the SOBFlagstone class. This class is used for the flag - for everz 10x10x10 stone we added a flagstone with different points. The higher you touch the flag, the more points you get. 32 32 @ingroup SOB 33 33 */ … … 37 37 38 38 #include "superorxobros/SOBPrereqs.h" 39 #include "worldentities/ MovableEntity.h"39 #include "worldentities/StaticEntity.h" 40 40 41 41 42 42 namespace orxonox 43 43 { 44 class _SOBExport SOBFlagstone : public MovableEntity44 class _SOBExport SOBFlagstone : public StaticEntity 45 45 { 46 46 public:
Note: See TracChangeset
for help on using the changeset viewer.