Little fix.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3373 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -22,6 +22,12 @@
|
|||||||
#include "libs/compiler.h"
|
#include "libs/compiler.h"
|
||||||
|
|
||||||
typedef struct Color Color;
|
typedef struct Color Color;
|
||||||
|
struct Color {
|
||||||
|
BYTE r;
|
||||||
|
BYTE g;
|
||||||
|
BYTE b;
|
||||||
|
BYTE a; // Currently unused
|
||||||
|
};
|
||||||
|
|
||||||
#include "libs/reslib.h"
|
#include "libs/reslib.h"
|
||||||
|
|
||||||
@@ -42,13 +48,6 @@ typedef UWORD TIME_VALUE;
|
|||||||
|
|
||||||
typedef SWORD COORD;
|
typedef SWORD COORD;
|
||||||
|
|
||||||
struct Color {
|
|
||||||
BYTE r;
|
|
||||||
BYTE g;
|
|
||||||
BYTE b;
|
|
||||||
BYTE a; // Currently unused
|
|
||||||
};
|
|
||||||
|
|
||||||
static inline bool
|
static inline bool
|
||||||
sameColor(Color c1, Color c2)
|
sameColor(Color c1, Color c2)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user