diff options
Diffstat (limited to 'src/layer_text.cpp')
-rw-r--r-- | src/layer_text.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/layer_text.cpp b/src/layer_text.cpp index 32b4963..38ba0e5 100644 --- a/src/layer_text.cpp +++ b/src/layer_text.cpp @@ -16,6 +16,9 @@ Layer::CtorInfo LayerText::ctor_info = { COLOR_TYPES "ss" /* r, g, b, text, font file */ }; +/* + * Macros + */ #define TTF_CLOSEFONT_SAFE(FONT) do { \ if (FONT) { \ TTF_CloseFont(FONT); \ |