Select Git revision
palya.h 538 B
#ifndef PALYA_H
#define PALYA_H
#include <vector>
#include "graphics.hpp"
class Mester;
class Palyamezo;
class TextWidget;
class Palya
{
const int XX = 1000;
const int YY = 1000;
TextWidget* title;
TextWidget* bo3;
TextWidget* nev1;
TextWidget* nev2;
TextWidget* pontok1;
TextWidget* pontok2;
public:
Palya();
std::vector<Palyamezo*> palyaterulet;
Mester* mesztor;
void jatek(genv::event ev);
void grafikai_valtozas();
~Palya();
};
#endif // PALYA_H