mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 09:54:10 +03:00
Hello WWWWWWorld!
This commit is contained in:
17
desktop_version/src/Spacestation2.h
Normal file
17
desktop_version/src/Spacestation2.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#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 */
|
||||
Reference in New Issue
Block a user