mirror of
https://github.com/encounter/oot-gc.git
synced 2026-03-30 11:33:44 -07:00
d693726da8
* Use #include "..." rather than #include <...> * Remove unused dolphin headers * Go through dolphin/base.h * Remove __cplusplus guards * Go through dolphin/gx.h * Move dolphin OS headers to subdirectory * Go through dolphin/os.h * Go through the rest of dolphin headers * Split out si.h * Split up hw_regs.h * Change #include <> to #include "" in debug info * Create dolphin/thp.h * Go through variables.h * Create dolphin.h
7 lines
93 B
C
7 lines
93 B
C
#ifndef _DOLPHIN_BASE_H_
|
|
#define _DOLPHIN_BASE_H_
|
|
|
|
#include "dolphin/base/PPCArch.h"
|
|
|
|
#endif
|