change everything to use a common types file

This commit is contained in:
Elijah Thomas
2023-12-24 09:59:13 -05:00
parent d8362c1004
commit e32db6f07a
213 changed files with 3516 additions and 3277 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
#ifndef RVL_SDK_OS_STATE_FLAGS_H
#define RVL_SDK_OS_STATE_FLAGS_H
#include "rvl/types.h"
#include <common.h>
#ifdef __cplusplus
extern "C" {
#endif
@@ -19,8 +19,8 @@ typedef struct OSStateFlags {
u32 WORD_0x1C;
} OSStateFlags;
BOOL __OSWriteStateFlags(const OSStateFlags* state);
BOOL __OSReadStateFlags(OSStateFlags* state);
BOOL __OSWriteStateFlags(const OSStateFlags *state);
BOOL __OSReadStateFlags(OSStateFlags *state);
#ifdef __cplusplus
}