Files
escape-the-dawn/Escape-the-Dawn/Color.h
T
2014-03-06 21:32:31 +01:00

11 lines
106 B
C

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