#ifndef SPACESTATION2_H #define SPACESTATION2_H class spacestation2class { public: const short* loadlevel(int rx, int ry); const char* roomname; }; #endif /* SPACESTATION2_H */