Last change
on this file since 2349 was
2261,
checked in by landauf, 16 years ago
|
merged questsystem2 back to trunk
|
-
Property svn:eol-style set to
native
-
Property svn:mergeinfo set to
(toggle deleted branches)
/code/branches/questsystem2/src/orxonox/objects/pickup/Usable.h | merged | eligible | /code/branches/ceguilua/src/orxonox/objects/pickup/Usable | 1802-1808 | /code/branches/core3/src/orxonox/objects/pickup/Usable | 1572-1739 | /code/branches/gcc43/src/orxonox/objects/pickup/Usable | 1580 | /code/branches/gui/src/orxonox/objects/pickup/Usable | 1635-1723 | /code/branches/input/src/orxonox/objects/pickup/Usable | 1629-1636 |
|
File size:
242 bytes
|
Rev | Line | |
---|
[2094] | 1 | /*enum subItemType{ Subtypes (thrusters etc)*/ |
---|
[1998] | 2 | |
---|
[2094] | 3 | namespace orxonox |
---|
| 4 | { |
---|
| 5 | class _OrxonoxExport Usable: public ShipItem |
---|
| 6 | { |
---|
| 7 | public: |
---|
| 8 | subtypeusable CheckSubType(); |
---|
| 9 | private: |
---|
| 10 | subtypeusable subtype; |
---|
| 11 | }; |
---|
[2089] | 12 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.