Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 1, 2008, 2:38:21 PM (17 years ago)
Author:
landauf
Message:

made some small adjustments in Pickups branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickups/src/orxonox/objects/pickup/ShipItem.cc

    r2055 r2083  
    11#include "Shipitem.h"
    22
     3namespace orxonox
     4{
     5    itemtype ShipItem::CheckType()
     6    {
     7        return this.type;
     8    }
    39
    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.