Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/orxonox/objects/pickup/Usable.h @ 3063

Last change on this file since 3063 was 3060, checked in by scheusso, 16 years ago

merged sound2 back to trunk

  • Property svn:eol-style set to native
  • Property svn:mergeinfo set to (toggle deleted branches)
    /code/branches/sound/src/orxonox/objects/pickup/Usable.h2829-3010
File size: 242 bytes
Line 
1/*enum subItemType{ Subtypes (thrusters etc)*/
2
3namespace orxonox
4{
5    class _OrxonoxExport Usable: public ShipItem
6    {
7        public:
8            subtypeusable CheckSubType();
9        private:
10            subtypeusable subtype;
11    };
12}
Note: See TracBrowser for help on using the repository browser.