mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Hello WWWWWWorld!
This commit is contained in:
19
desktop_version/src/WarpClass.h
Normal file
19
desktop_version/src/WarpClass.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef WARPCLASS_H
|
||||
#define WARPCLASS_H
|
||||
|
||||
#include "Game.h"
|
||||
#include "Entity.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class warpclass
|
||||
{
|
||||
public:
|
||||
std::vector<std::string> loadlevel(int rx, int ry , Game& game, entityclass& obj);
|
||||
std::string roomname;
|
||||
int coin, rcol;
|
||||
bool warpx, warpy;
|
||||
};
|
||||
|
||||
#endif /* WARPCLASS_H */
|
||||
Reference in New Issue
Block a user