diff options
Diffstat (limited to 'include/global.h')
| -rw-r--r-- | include/global.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/global.h b/include/global.h index dcb2a5b8..00db197e 100644 --- a/include/global.h +++ b/include/global.h @@ -130,10 +130,6 @@ typedef union { } HALF_U; } SplitDWord; -typedef u64 (*MultiReturnFunctionType)(); - -#define MULTI_RETURN_FUNCTION_CALL(func, ...) ((SplitDWord)((*(MultiReturnFunctionType)(&func))(__VA_ARGS__))) - union SplitWord { s32 WORD; u32 WORD_U; |
