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