Added abstracted window

Added Lua interpreter
This commit is contained in:
2022-04-28 21:02:54 +02:00
parent 168b936945
commit 86b0506bbb
5 changed files with 46 additions and 15 deletions

View File

@ -16,7 +16,9 @@ class BarinkWindow{
BarinkWindow(const int width, const int height);
~BarinkWindow();
void EnterLoop();
bool WindowShouldClose();
void Poll();
};