diff options
Diffstat (limited to 'src/libjin/Graphics/Font/je_font.h')
-rw-r--r-- | src/libjin/Graphics/Font/je_font.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libjin/Graphics/Font/je_font.h b/src/libjin/Graphics/Font/je_font.h index 4529902..2e9206b 100644 --- a/src/libjin/Graphics/Font/je_font.h +++ b/src/libjin/Graphics/Font/je_font.h @@ -11,6 +11,12 @@ namespace JinEngine struct Page; + // + // Font + // |- TTF + // |- TextureFont + // + /// /// Base Font class. /// |