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