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