From 7fc9c6dfbef57331c8b5eae0943f3fe95f2e63e1 Mon Sep 17 00:00:00 2001 From: pixel Date: Sun, 13 Apr 2003 12:44:14 +0000 Subject: Removing Baltisot from there --- includes/Color.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 includes/Color.h (limited to 'includes/Color.h') 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 -- cgit v1.2.3