From 48aa068b036f565d6b94d4207242066ba655afe4 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 9 Feb 2008 17:48:16 +0000 Subject: entities, step 1 --- src/game/star.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/star.h') diff --git a/src/game/star.h b/src/game/star.h index 70ce2aa..7a087d0 100644 --- a/src/game/star.h +++ b/src/game/star.h @@ -8,6 +8,7 @@ #define __INCLUDED_GAME_STAR_H__ // project headers +#include "core/entity.h" #include "math/mathlib.h" // C++ headers @@ -16,12 +17,11 @@ namespace game { /// a star, that shines so bright -class Star { +class Star : public core::Entity { public: Star(); ~Star(); - math::Vector3f location; math::Color color; float radius; -- cgit v1.2.3