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