/* star.h This file is part of the Osirion project and is distributed under the terms and conditions of the GNU General Public License version 2 */ #include "star.h" Star::Star() : location(0,0,0), color(1,1,1,1) { radius = 48; } Star::~Star() { }