1 2 3 4 5 6 7 8 9
#ifdef __REVOLUTION_SDK__ #include <revolution.h> #else #include <dolphin.h> #endif u8 Hu_IsStub() { return 0; }