diff options
author | pixel <pixel> | 2003-04-13 12:44:14 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-04-13 12:44:14 +0000 |
commit | 7fc9c6dfbef57331c8b5eae0943f3fe95f2e63e1 (patch) | |
tree | f25e693f7842364b0416593cf6a77d383812ce91 /includes/Color.h | |
parent | ec2c97793151512f5dca3290dbd9f24a09b7ac6f (diff) |
Removing Baltisot from there
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 |