1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2025-02-04 07:05:01 +01:00
VVVVVV/desktop_version/src/Otherlevel.h

17 lines
253 B
C
Raw Normal View History

2020-01-01 15:29:24 -05:00
#ifndef OTHERLEVEL_H
#define OTHERLEVEL_H
class otherlevelclass
{
public:
const short* loadlevel(int rx, int ry);
2020-01-01 15:29:24 -05:00
const char* roomname;
bool roomname_special;
const char* hiddenname;
2020-01-01 15:29:24 -05:00
int roomtileset;
};
#endif /* OTHERLEVEL_H */