diff options
Diffstat (limited to 'generic')
-rw-r--r-- | generic/Image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/Image.h b/generic/Image.h index 2b81246..1ca8c06 100644 --- a/generic/Image.h +++ b/generic/Image.h @@ -84,6 +84,7 @@ void ZnFreeTexFont(ZnTexFontInfo tfi); ZnTexGVI *ZnTexFontGVI(ZnTexFontInfo tfi, int c); int ZnGetFontIndex(ZnTexFontInfo tfi, int c); GLuint ZnTexFontTex(ZnTexFontInfo tfi); +void ZnGetDeferredGLGlyphs(void); #endif #endif /* _Image_h */ |