1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 14:38:30 +02:00
VVVVVV/desktop_version/src/Spacestation2.h
2020-01-08 10:37:50 -05:00

18 lines
299 B
C++

#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, Game& game, entityclass& obj);
std::string roomname;
};
#endif /* SPACESTATION2_H */