diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-06-21 18:39:48 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-06-21 18:39:48 +0200 |
commit | b5f7ed050093b9c233c22eb6f3bef5bf9653df93 (patch) | |
tree | 76206b91c25e8e5974f9fd45033f8336946386ae /include/text.h | |
parent | 0cf772380460abc0a2a74db4c1705a3b4c464144 (diff) |
rename into font.c and add headers
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/text.h b/include/text.h index 034447c7..ad0698a0 100644 --- a/include/text.h +++ b/include/text.h @@ -2,7 +2,6 @@ #define POKEDIAMOND_TEXT_H #include "global.h" -#include "font.h" #include "bg_window.h" |