source:
code/branches/pickups/ShipItem.cpp
@
2202
Last change on this file since 2202 was 2128, checked in by dsommer, 16 years ago | |
---|---|
File size: 99 bytes |
Line | |
---|---|
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.