Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2731 was 2710, checked in by rgrieder, 16 years ago

Merged buildsystem3 containing buildsystem2 containing Adi's buildsystem branch back to the trunk.
Please update the media directory if you were not using buildsystem3 before.

File size: 242 bytes
RevLine 
[2094]1/*enum subItemType{ Subtypes (thrusters etc)*/
[1998]2
[2094]3namespace orxonox
4{
5    class _OrxonoxExport Usable: public ShipItem
6    {
7        public:
8            subtypeusable CheckSubType();
9        private:
10            subtypeusable subtype;
11    };
[2089]12}
Note: See TracBrowser for help on using the repository browser.