mirror of
https://github.com/zeldaret/tp
synced 2026-06-14 14:28:14 -04:00
Removed JUtility.h and added './tp format'
This commit is contained in:
@@ -3,19 +3,12 @@
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
struct _GXColor {
|
||||
void operator=(const _GXColor& rhs) {
|
||||
r = rhs.r;
|
||||
g = rhs.g;
|
||||
b = rhs.b;
|
||||
a = rhs.a;
|
||||
}
|
||||
|
||||
typedef struct _GXColor {
|
||||
u8 r;
|
||||
u8 g;
|
||||
u8 b;
|
||||
u8 a;
|
||||
};
|
||||
} GXColor;
|
||||
|
||||
struct _GXColorS10 {
|
||||
s16 r;
|
||||
|
||||
Reference in New Issue
Block a user