mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-10 12:54:50 -04:00
33 lines
445 B
C++
33 lines
445 B
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: odenotstub
|
|
//
|
|
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
#include "odenotstub/odenotstub.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
|
|
extern "C" bool Hu_IsStub();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 803737AC-803737B4 0008+00 s=0 e=1 z=0 None .text Hu_IsStub */
|
|
extern "C" bool Hu_IsStub() {
|
|
return false;
|
|
}
|
|
|
|
|