Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 1, 2008, 9:14:14 PM (15 years ago)
Author:
landauf
Message:

found more tabs in pickups ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/pickup/Usable.h

    r2089 r2094  
    1 /*enum  subItemType{ Subtypes (thrusters etc)*/
     1/*enum subItemType{ Subtypes (thrusters etc)*/
    22
    3 namespace orxonox{
    4         class _OrxonoxExport Usable: public ShipItem{
    5 
    6         public:
    7         subtypeusable CheckSubType();
    8         private:
    9         subtypeusable subtype;
    10 
    11         };
     3namespace orxonox
     4{
     5    class _OrxonoxExport Usable: public ShipItem
     6    {
     7        public:
     8            subtypeusable CheckSubType();
     9        private:
     10            subtypeusable subtype;
     11    };
    1212}
Note: See TracChangeset for help on using the changeset viewer.