summaryrefslogtreecommitdiff
path: root/include/Font.h
diff options
context:
space:
mode:
authorXavi Del Campo <xavi.dcr@tutanota.com>2020-03-03 20:07:27 +0100
committerXavi Del Campo <xavi.dcr@tutanota.com>2020-03-05 18:38:04 +0100
commite32281cf6b01800f95d7640a127811c79234fe6f (patch)
treef34d870bfdfa425600aead8cbf9aadcbc71d4fbc /include/Font.h
parent792e22676786a577b2edc0ed0ed78e51c5b38245 (diff)
downloadopensend-e32281cf6b01800f95d7640a127811c79234fe6f.tar.gz
Work on SIO IRQ
Diffstat (limited to 'include/Font.h')
-rw-r--r--include/Font.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/Font.h b/include/Font.h
index 97a52ac..e2f1d12 100644
--- a/include/Font.h
+++ b/include/Font.h
@@ -5,8 +5,11 @@
* Includes
* *************************************/
+#include "Font.h"
+#include <psxgpu.h>
#include <stdarg.h>
#include <stdbool.h>
+#include <stdint.h>
enum
{
@@ -14,7 +17,7 @@ enum
FONT_DEFAULT_INIT_CHAR = '!'
};
-enum t_fontflags
+enum font_flags
{
FONT_NOFLAGS,
FONT_CENTERED = 0x01,