- Timestamp:
- Nov 1, 2008, 2:38:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickups/src/orxonox/objects/pickup/ShipItem.cc
r2055 r2083 1 1 #include "Shipitem.h" 2 2 3 namespace orxonox 4 { 5 itemtype ShipItem::CheckType() 6 { 7 return this.type; 8 } 3 9 4 itemtype CheckType(){ 5 return This.type}; 6 7 subItemTypePermanent CheckSubType(){ 8 return This.subtype_permanent}; 9 10 subItemTypePermanent CheckSubType() 11 { 12 return this.subtype_permanent; 13 } 14 }
Note: See TracChangeset
for help on using the changeset viewer.