Adapted Escape the Dawn engine.
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#ifndef Color_h__
|
||||
#define Color_h__
|
||||
|
||||
struct Color
|
||||
{
|
||||
float r;
|
||||
float g;
|
||||
float b;
|
||||
};
|
||||
#endif // !Color_h__
|
||||
Reference in New Issue
Block a user