Created rudimentary board

This commit is contained in:
Lauchmelder 2022-01-14 22:11:42 +01:00
parent 63c7a1bb2d
commit 79736fc3bc
14 changed files with 164 additions and 37 deletions

View file

@ -20,7 +20,7 @@ public:
inline bool ShouldClose() { return glfwWindowShouldClose(window); }
void Clear();
void Draw(lol::Drawable& drawable);
void Draw(lol::Layer& layer);
void Display();
private: