1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 14:38:30 +02:00
VVVVVV/desktop_version/src/Otherlevel.h

16 lines
226 B
C
Raw Normal View History

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