rewrite gnColor to be C compatible
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
#include "../math/gryphn_vec4.h"
|
#include "../math/gryphn_vec4.h"
|
||||||
|
|
||||||
typedef gnMultiType4<int, int, int, float> gnColor;
|
typedef struct gnColor {
|
||||||
|
int r, g, b;
|
||||||
|
float a;
|
||||||
|
} gnColor;
|
||||||
|
Reference in New Issue
Block a user