diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-02 18:57:45 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-02 18:57:45 -0500 |
commit | 5625bc523861cf16c1aade7a4e7e6f8731a24b6e (patch) | |
tree | bfed6af1d5ddc60bbc22a1ab8d74036034c67db3 /text.h | |
parent | dd349c6c7e0eba659afc2149fd214f9972826052 (diff) |
got OpenBSD build to work
Diffstat (limited to 'text.h')
-rw-r--r-- | text.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,8 +1,6 @@ #ifndef TEXT_H_ #define TEXT_H_ -#include <uchar.h> - // A text-rendering interface. // Example usage: // Font *font = text_font_load("font.ttf", 18); |