source:
code/branches/pickups/src/orxonox/objects/pickup/ShipItem.cc
@
2109
Last change on this file since 2109 was 2083, checked in by landauf, 16 years ago | |
---|---|
File size: 216 bytes |
Rev | Line | |
---|---|---|
[1998] | 1 | #include "Shipitem.h" |
2 | ||
[2083] | 3 | namespace orxonox |
4 | { | |
5 | itemtype ShipItem::CheckType() | |
6 | { | |
7 | return this.type; | |
8 | } | |
[1998] | 9 | |
[2083] | 10 | subItemTypePermanent CheckSubType() |
11 | { | |
12 | return this.subtype_permanent; | |
13 | } | |
14 | } |
Note: See TracBrowser
for help on using the repository browser.