Last change
on this file since 2490 was
2485,
checked in by landauf, 16 years ago
|
Merged objecthierarchy2 into presentation branch
Couln't merge 2 lines in Gamestate.cc and a whole block of code in GSDedicated.cc (it seems like oli implemented in both branches something like a network-tick-limiter but with different approaches)
Not yet tested in network mode and with bots
The SpaceShips movement is also not yet fully adopted to the new physics (see Engine class)
|
|
File size:
242 bytes
|
Line | |
---|
1 | /*enum subItemType{ Subtypes (thrusters etc)*/ |
---|
2 | |
---|
3 | namespace 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.