diff options
Diffstat (limited to 'includes/Color.h')
| -rw-r--r-- | includes/Color.h | 10 | 
1 files changed, 0 insertions, 10 deletions
| diff --git a/includes/Color.h b/includes/Color.h deleted file mode 100644 index 293c55c..0000000 --- a/includes/Color.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __COLOR_H__ -#define __COLOR_H__ - -struct Color { -      Color(unsigned char aR, unsigned char aG, unsigned char aB, unsigned char aA = 255) : -        R(aR), G(aG), B(aB), A(aA) { } -    unsigned char R, G, B, A; -}; - -#endif | 
