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

18 lines
269 B
C
Raw Normal View History

2020-01-01 21:29:24 +01:00
#ifndef SPACESTATION2_H
#define SPACESTATION2_H
#include "Game.h"
#include "Entity.h"
#include <string>
#include <vector>
class spacestation2class
{
public:
std::vector<std::string> loadlevel(int rx, int ry);
2020-01-01 21:29:24 +01:00
std::string roomname;
};
#endif /* SPACESTATION2_H */