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