Select Git revision
palya.h 287 B
#ifndef PALYA_H
#define PALYA_H
#include <vector>
#include "palyamezo.h"
class Palya
{
std::vector<Palyamezo*> palyaterulet;
public:
const int XX = 1000;
const int YY = 1000;
Palya();
void proba(genv:: event ev);
~Palya();
};
#endif // PALYA_H