Moved GUI out of GUI.

This commit is contained in:
2021-08-30 09:38:24 -07:00
parent 5fb4527e1e
commit e1c987e2ca
45 changed files with 77 additions and 935 deletions

View File

@ -8,7 +8,7 @@
#pragma once
#include "../libs.h"
#include "../display/primitive.h"
#include "../display/gui/font.h"
#include "../display/font.h"
/** Representation of a Label UI Element */
typedef struct {