1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-07-01 08:58:31 +02:00
VVVVVV/desktop_version/src/Spacestation2.h

14 lines
206 B
C
Raw Normal View History

2020-01-01 21:29:24 +01:00
#ifndef SPACESTATION2_H
#define SPACESTATION2_H
#include <string>
class spacestation2class
{
public:
const short* loadlevel(int rx, int ry);
std::string roomname;
2020-01-01 21:29:24 +01:00
};
#endif /* SPACESTATION2_H */