Files
fishtanks/src/Color.h
T
Jace 3470a80f40 Revert "Indentation style changed to Horstmann"
This reverts commit f2259f712d.

Conflicts:

	src/GameWorld.cpp
	src/Systems/PhysicsSystem.cpp
2014-04-12 01:48:15 +02:00

11 lines
106 B
C
Executable File

#ifndef Color_h__
#define Color_h__
struct Color
{
float r;
float g;
float b;
};
#endif // !Color_h__