1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-28 23:48:30 +02:00
VVVVVV/desktop_version/src/Spacestation2.h

13 lines
214 B
C
Raw Normal View History

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