1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-01 18:43:33 +02:00
VVVVVV/desktop_version/src/Finalclass.h

15 lines
221 B
C
Raw Normal View History

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