Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/pickups/ShipItem.cpp @ 2128

Last change on this file since 2128 was 2128, checked in by dsommer, 16 years ago

getnameofpermanents und switch

File size: 99 bytes
Line 
1#include "Shipitem.h"
2
3
4namespace orxonox{
5
6itemtype 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.