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