diff options
Diffstat (limited to 'src/libjin/Graphics/Shapes.h')
-rw-r--r-- | src/libjin/Graphics/Shapes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/Graphics/Shapes.h b/src/libjin/Graphics/Shapes.h index 93cde6d..61efcfe 100644 --- a/src/libjin/Graphics/Shapes.h +++ b/src/libjin/Graphics/Shapes.h @@ -30,8 +30,8 @@ namespace jin extern void points(int n, GLshort* p, GLubyte* c); extern void polygon(RenderMode mode, float* p, int count); - } // graphics -} // jin + } // namespace graphics +} // namespace jin #endif // LIBJIN_MODULES_RENDER #endif // __LIBJIN_GEOMETRY_H
\ No newline at end of file |