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