#ifndef WARPCLASS_H #define WARPCLASS_H #include "Game.h" #include "Entity.h" #include class warpclass { public: const int* loadlevel(int rx, int ry); std::string roomname; int rcol; bool warpx, warpy; }; #endif /* WARPCLASS_H */