initial monopoly test

This commit is contained in:
Adolfo Reyna
2026-01-31 09:45:40 -05:00
parent 3a1e278c4c
commit cad1aad2c8
15 changed files with 1152 additions and 4 deletions

View File

@@ -19,8 +19,9 @@ class LowLevelGUI
private:
LowLevelRenderer* renderer;
bool use_rounded_corners = true;
const Font* current_font;
public:
const Font* current_font;
LowLevelGUI(LowLevelRenderer* rend, const Font& font);
LowLevelWindow* draw_new_window(int x, int y, int width, int height, const char *title);
void draw_window(LowLevelWindow* window);