From 6e73ca6ada8a41692809dae5db89c8db0675ce1e Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 17 Oct 2021 16:01:30 +0800 Subject: -Runner --- Runner/Graphics/Color.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 Runner/Graphics/Color.h (limited to 'Runner/Graphics/Color.h') diff --git a/Runner/Graphics/Color.h b/Runner/Graphics/Color.h deleted file mode 100644 index 461e7af..0000000 --- a/Runner/Graphics/Color.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef COLOR_H -#define COLOR_H - -#include "../Utilities/Type.h" - -class ColorRGBAf -{ -public: - float r, g, b, a; - -}; - -class ColorRGBA32 -{ -public: - uint8 r, g, b, a; - -}; - -using Color = ColorRGBAf; - -#endif \ No newline at end of file -- cgit v1.1-26-g67d0