Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation/src/orxonox/objects/pickup/Usable.h @ 2492

Last change on this file since 2492 was 2492, checked in by rgrieder, 15 years ago

Merged overlay branch into presentation branch.

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.