diff options
author | Christian Cunningham <cc@localhost> | 2022-01-05 14:27:09 -0800 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-01-05 14:27:09 -0800 |
commit | 866a6ca0e749f4446b7fdc7579a6d553df85ec10 (patch) | |
tree | d259223d85c224d649c6c38675e99b155d50cf48 /src/graphics/glyphs.h | |
parent | 3a8ed19bf83f11ff00c4904fab2cc083b7e33478 (diff) |
Moved includes to its own directory
Diffstat (limited to 'src/graphics/glyphs.h')
-rw-r--r-- | src/graphics/glyphs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/graphics/glyphs.h b/src/graphics/glyphs.h deleted file mode 100644 index 1a9319d..0000000 --- a/src/graphics/glyphs.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef GRAPHICS_GLYPHS_H -#define GRAPHICS_GLYPHS_H - -#include "font.bin.h" - -#endif |