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

15 lines
230 B
C
Raw Normal View History

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