1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-16 09:38:29 +02:00
VVVVVV/desktop_version/src/Labclass.h

14 lines
203 B
C
Raw Normal View History

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