Define ColorBlack
This commit is contained in:
parent
e77e9488c0
commit
7b30584ba5
2 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,8 @@
|
||||||
|
|
||||||
const Vector3 ZeroVector3 = {0.0, 0.0, 0.0};
|
const Vector3 ZeroVector3 = {0.0, 0.0, 0.0};
|
||||||
|
|
||||||
|
const Color ColorBlack = {0, 0, 0, 0};
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* vector_init --
|
* vector_init --
|
||||||
|
|
|
||||||
|
|
@ -51,5 +51,7 @@ typedef struct {
|
||||||
uint8_t red, green, blue, alpha;
|
uint8_t red, green, blue, alpha;
|
||||||
} Color;
|
} Color;
|
||||||
|
|
||||||
|
extern const Color ColorBlack;
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue