mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-06 11:07:18 -04:00
f9380b3e05
* d_a_obj_carry work, SETUP_ACTOR macro * rm headers, add script * progress * macro rename, consistent spacing
34 lines
640 B
C
34 lines
640 B
C
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: dvdFatal
|
|
//
|
|
|
|
#include "dolphin/dvd/dvdFatal.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
void __DVDPrintFatalMessage();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* ############################################################################################## */
|
|
/* 804517C8-804517D0 000CC8 0004+04 1/1 0/0 0/0 .sbss FatalFunc */
|
|
static void (*FatalFunc)(void) = NULL;
|
|
|
|
/* 8034BCFC-8034BD2C 34663C 0030+00 0/0 1/1 0/0 .text __DVDPrintFatalMessage */
|
|
void __DVDPrintFatalMessage(void) {
|
|
if (!FatalFunc) {
|
|
return;
|
|
}
|
|
FatalFunc();
|
|
}
|