source:
code/branches/pickups/src/orxonox/objects/pickup/Usable
@
1998
| Last change on this file since 1998 was 1998, checked in by dsommer, 17 years ago | |
|---|---|
| File size: 196 bytes | |
| Rev | Line | |
|---|---|---|
| [1998] | 1 | /*enum subItemType{ Subtypes (thrusters etc)*/ |
| 2 | ||
| 3 | namespace orxonox{ | |
| 4 | class _OrxonoxExport Usable: public ShipItem{ | |
| 5 | ||
| 6 | public: | |
| 7 | subtypeusable CheckSubType(); | |
| 8 | private: | |
| 9 | subtypeusable subtype; | |
| 10 | ||
| 11 | } |
Note: See TracBrowser
for help on using the repository browser.










