Skip to content
Snippets Groups Projects
Commit fad0f3e7 authored by Borostyán József Bálint's avatar Borostyán József Bálint 🇦🇱
Browse files

Upload New File

parents
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