1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-25 22:18:30 +02:00
VVVVVV/desktop_version/src/Labclass.h

13 lines
176 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;
int rcol;
2020-01-01 21:29:24 +01:00
};
#endif /* LABCLASS_H */