source:
code/branches/pickups/ShipItem.cpp
@
2156
| Last change on this file since 2156 was 2128, checked in by dsommer, 17 years ago | |
|---|---|
| File size: 99 bytes | |
| Rev | Line | |
|---|---|---|
| [2128] | 1 | #include "Shipitem.h" |
| 2 | ||
| 3 | ||
| 4 | namespace orxonox{ | |
| 5 | ||
| 6 | itemtype CheckType() | |
| 7 | { | |
| 8 | return This.type | |
| 9 | }; | |
| 10 | ||
| 11 | ||
| 12 | ||
| 13 | ||
| 14 | ||
| 15 | ||
| 16 | } | |
| 17 |
Note: See TracBrowser
for help on using the repository browser.










