diff options
Diffstat (limited to 'src/libjin/Graphics/je_texture.h')
-rw-r--r-- | src/libjin/Graphics/je_texture.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libjin/Graphics/je_texture.h b/src/libjin/Graphics/je_texture.h index a58f1db..e5c9cff 100644 --- a/src/libjin/Graphics/je_texture.h +++ b/src/libjin/Graphics/je_texture.h @@ -9,9 +9,9 @@ #include "je_drawable.h" #include "je_bitmap.h" -namespace jin +namespace JinEngine { - namespace graphics + namespace Graphics { /// /// @@ -37,8 +37,8 @@ namespace jin }; - } // namespace graphics -} // namespace jin + } // namespace Graphics +} // namespace JinEngine #endif // jin_graphics |