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