Files
fishtanks/src/Color.h
T
2014-04-05 21:20:48 +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__