From ce5343ec4e5766f6a7485649f7395d4e072bd706 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 28 Jan 2019 08:57:31 +0800 Subject: *misc --- Source/Asura.Engine/Graphics/Color.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Source/Asura.Engine/Graphics/Color.h') diff --git a/Source/Asura.Engine/Graphics/Color.h b/Source/Asura.Engine/Graphics/Color.h index f172156..40b55e4 100644 --- a/Source/Asura.Engine/Graphics/Color.h +++ b/Source/Asura.Engine/Graphics/Color.h @@ -1,5 +1,5 @@ -#ifndef __AE_COLOR_H__ -#define __AE_COLOR_H__ +#ifndef __ASURA_ENGINE_COLOR_H__ +#define __ASURA_ENGINE_COLOR_H__ #include "Type.h" @@ -18,9 +18,11 @@ namespace AsuraEngine Color(byte r, byte g, byte b, byte a); ~Color(); + byte r, g, b, a; + private: - byte mR, mG, mB, mA; + LUAX_DECL_FACTORY(Color); }; -- cgit v1.1-26-g67d0