Created rudimentary board
This commit is contained in:
parent
63c7a1bb2d
commit
79736fc3bc
14 changed files with 164 additions and 37 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue