Adding stubs file to compilation list

This commit is contained in:
kipcode66
2026-01-26 20:35:21 -05:00
parent ba76d173ed
commit ebaec37082
4 changed files with 24 additions and 11 deletions
+4
View File
@@ -1,7 +1,11 @@
#ifndef _DOLPHIN_OS_H_
#define _DOLPHIN_OS_H_
#ifdef __MWERKS__
#include <cstdio>
#else
#include <stdio.h>
#endif
#ifdef __REVOLUTION_SDK__
#include <revolution/os.h>
+4
View File
@@ -88,7 +88,11 @@ typedef unsigned int uint;
#define __REGISTER
#endif
#ifdef __MWERKS__
#include <cstddef>
#else
#include <stddef.h>
#endif
#endif
#endif