Skip to content
Snippets Groups Projects
Commit d8a94bd7 authored by Borostyán József Bálint's avatar Borostyán József Bálint :flag_al:
Browse files

Upload New File

parent 2e746543
No related branches found
No related tags found
No related merge requests found
#ifndef JATEKTER_HPP
#define JATEKTER_HPP
#include "widget.hpp"
#include "jatekmester.hpp"
class JatekTer : public Widget {
JatekMester& jatek;
int cellsize;
public:
JatekTer(int x, int y, int cs, JatekMester& jm);
void draw() const override;
void handle(genv::event ev) override;
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment