diff options
Diffstat (limited to 'userland/libgui/font.h')
-rw-r--r-- | userland/libgui/font.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/userland/libgui/font.h b/userland/libgui/font.h new file mode 100644 index 0000000..763b438 --- /dev/null +++ b/userland/libgui/font.h @@ -0,0 +1,3 @@ +#ifndef FONT_H +#define FONT_H +#endif |