Changeset 11163 for code/branches/tgidronFS16/src/modules/hover/Hover.h
- Timestamp:
- Apr 14, 2016, 1:00:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tgidronFS16/src/modules/hover/Hover.h
r11151 r11163 42 42 #include "gametypes/Gametype.h" 43 43 #include "HoverOrigin.h" 44 #include "pickup/PickupSpawner.h" 44 45 45 46 namespace orxonox … … 61 62 62 63 64 63 65 inline int getNumberOfFlags() const 64 66 { return this->numberOfFlags_; } … … 76 78 int cellHeight; 77 79 int numCells; 80 81 std::vector<PickupSpawner*> pickups_; 78 82 }; 79 83 }
Note: See TracChangeset
for help on using the changeset viewer.