Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/gl/sphere.h')
-rw-r--r--src/gl/sphere.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/gl/sphere.h b/src/gl/sphere.h
index f2bbf0a..2e237c5 100644
--- a/src/gl/sphere.h
+++ b/src/gl/sphere.h
@@ -1,12 +1,13 @@
-/* sphere.h
- This file is part of the Osirion project
+/*
+ gl/sphere.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_SPHERE_H__
#define __INCLUDED_SPHERE_H__
-#include "common/vector3f.h"
-#include "common/color.h"
+#include "osiriongl.h"
namespace gl {