Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 924bb96ce48e7758a333bfba693473a31c3290dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18


#include "star.h"

namespace game {

Star::Star() : 
	location(0,0,0), 
	color(1,1,1,1)
{
	radius = 48;
}

Star::~Star()
{
}

} // namespace game