diff options
Diffstat (limited to 'src/libjin/Graphics/Font/je_texture_font.h')
-rw-r--r-- | src/libjin/Graphics/Font/je_texture_font.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libjin/Graphics/Font/je_texture_font.h b/src/libjin/Graphics/Font/je_texture_font.h index bfa4815..9805cda 100644 --- a/src/libjin/Graphics/Font/je_texture_font.h +++ b/src/libjin/Graphics/Font/je_texture_font.h @@ -13,9 +13,9 @@ #include "je_font.h" #include "je_text.h" -namespace jin +namespace JinEngine { - namespace graphics + namespace Graphics { /// @@ -59,7 +59,7 @@ namespace jin }; - } // namespace graphics -} // namespace jin + } // namespace Graphics +} // namespace JinEngine #endif
\ No newline at end of file |