mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-22 05:49:04 -04:00
Link m_debug_hayakawa.c
This commit is contained in:
@@ -8,11 +8,12 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* sizeof(pad_t) == 0x18 */
|
||||
typedef struct {
|
||||
OSContPad now;
|
||||
OSContPad last;
|
||||
OSContPad on;
|
||||
OSContPad off;
|
||||
/* 0x00 */ OSContPad now;
|
||||
/* 0x06 */ OSContPad last;
|
||||
/* 0x0C */ OSContPad on;
|
||||
/* 0x12 */ OSContPad off;
|
||||
} pad_t;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
u32 r:8;
|
||||
u32 g:8;
|
||||
@@ -15,4 +19,8 @@ typedef union {
|
||||
rgba8888_t c;
|
||||
} rgba8888;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user