Files
dusklight/libs/odenotstub/odenotstub.cpp
T
Pheenoh f9380b3e05 d_a_obj_carry work, SETUP_ACTOR macro, header cleanup (#1885)
* d_a_obj_carry work, SETUP_ACTOR macro

* rm headers, add script

* progress

* macro rename, consistent spacing
2023-08-16 12:07:52 -07:00

27 lines
359 B
C++

//
// Generated By: dol2asm
// Translation Unit: odenotstub
//
#include "odenotstub/odenotstub.h"
#include "dolphin/types.h"
//
// Forward References:
//
extern "C" bool Hu_IsStub();
//
// External References:
//
//
// Declarations:
//
/* 803737AC-803737B4 36E0EC 0008+00 0/0 1/1 0/0 .text Hu_IsStub */
bool Hu_IsStub() {
return false;
}