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

14 lines
203 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;
int rcol;
bool warpx, warpy;
2020-01-01 21:29:24 +01:00
};
#endif /* WARPCLASS_H */