Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-03-06 22:59:40 +0000
committerStijn Buys <ingar@osirion.org>2008-03-06 22:59:40 +0000
commitdf61a28d708c30e3e77d1f739dfb4561c042c89c (patch)
treed280b5eef345ea80f78f9d41df3c2367c9a88cd5 /src/render/box.h
parent6ade6c1c346743b8432600485e28682e276cfbd0 (diff)
moved render::Model to core::Model
Diffstat (limited to 'src/render/box.h')
-rw-r--r--src/render/box.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/render/box.h b/src/render/box.h
index ceab8ec..aa211e1 100644
--- a/src/render/box.h
+++ b/src/render/box.h
@@ -1,11 +1,11 @@
/*
- gl/box.h
+ render/box.h
This file is part of the Osirion project and is distributed under
the terms of the GNU General Public License version 2
*/
-#ifndef __INCLUDED_GL_BOX_H__
-#define __INCLUDED_GL_BOX_H__
+#ifndef __INCLUDED_RENDER_BOX_H__
+#define __INCLUDED_RENDER_BOX_H__
#include "render/render.h"
#include "math/mathlib.h"
@@ -43,5 +43,5 @@ public:
}
-#endif // __INCLUDED_GL_BOX_H__
+#endif // __INCLUDED_RENDER_BOX_H__