#ifndef SPACESTATION2_H #define SPACESTATION2_H #include "Game.h" #include "Entity.h" #include #include class spacestation2class { public: std::vector loadlevel(int rx, int ry); std::string roomname; }; #endif /* SPACESTATION2_H */