moving circle prototype, circle and square drawing, part of food map implementation, utils

This commit is contained in:
programsnail 2024-07-21 22:02:19 +03:00
parent b4a4ffc08a
commit 4570d6e593
9 changed files with 378 additions and 18 deletions

6
include/Player.hpp Normal file
View file

@ -0,0 +1,6 @@
#pragma once
class Player {
public:
private:
};