initial monopoly test
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user