Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/questsystem2/src/orxonox/objects/pickup/ShipItem.cc @ 2159

Last change on this file since 2159 was 2089, checked in by landauf, 16 years ago

no codechanges, just changed eol-style to native

  • Property svn:eol-style set to native
File size: 210 bytes
Line 
1#include "Shipitem.h"
2
3namespace orxonox
4{
5    itemtype ShipItem::CheckType()
6    {
7        return this.type;
8    }
9
10    subItemTypePermanent CheckSubType()
11    {
12        return this.subtype_permanent;
13    }
14}
Note: See TracBrowser for help on using the repository browser.