mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-27 23:45:55 -04:00
.dead section fix
This commit is contained in:
@@ -1,43 +1,65 @@
|
||||
//
|
||||
//
|
||||
// Generated By: dol2asm
|
||||
// Translation Unit: c_API
|
||||
//
|
||||
//
|
||||
|
||||
#include "SSystem/SComponent/c_API.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
#include "SSystem/SComponent/c_API.h"
|
||||
|
||||
//
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
extern "C" extern void* g_cAPI_Interface[6];
|
||||
|
||||
//
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
//
|
||||
|
||||
// False False
|
||||
// void False
|
||||
void mDoGph_BlankingON();
|
||||
// False False
|
||||
// void False
|
||||
void mDoGph_BlankingOFF();
|
||||
// False False
|
||||
void mDoGph_BeforeOfDraw();
|
||||
// False False
|
||||
void mDoGph_AfterOfDraw();
|
||||
// False False
|
||||
void mDoGph_Painter();
|
||||
// False False
|
||||
void mDoGph_Create();
|
||||
|
||||
// False False
|
||||
// void False
|
||||
extern "C" void mDoGph_BlankingON__Fv();
|
||||
// False False
|
||||
// void False
|
||||
extern "C" void mDoGph_BlankingOFF__Fv();
|
||||
// False False
|
||||
extern "C" void mDoGph_BeforeOfDraw__Fv();
|
||||
// False False
|
||||
extern "C" void mDoGph_AfterOfDraw__Fv();
|
||||
// False False
|
||||
extern "C" void mDoGph_Painter__Fv();
|
||||
// False False
|
||||
extern "C" void mDoGph_Create__Fv();
|
||||
|
||||
//
|
||||
//
|
||||
// Declarations:
|
||||
//
|
||||
//
|
||||
|
||||
/* ############################################################################################## */
|
||||
/* 803C3528-803C3540 0018+00 s=0 e=3 z=0 None .data g_cAPI_Interface */
|
||||
/* 803C3528-803C3540 0018+00 s=0 e=3 z=0 None .data g_cAPI_Interface */
|
||||
SECTION_DATA void* g_cAPI_Interface[6] = {
|
||||
(void*)mDoGph_Create__Fv, (void*)mDoGph_BeforeOfDraw__Fv, (void*)mDoGph_AfterOfDraw__Fv,
|
||||
(void*)mDoGph_Painter__Fv, (void*)mDoGph_BlankingON__Fv, (void*)mDoGph_BlankingOFF__Fv,
|
||||
(void*)mDoGph_Create__Fv,
|
||||
(void*)mDoGph_BeforeOfDraw__Fv,
|
||||
(void*)mDoGph_AfterOfDraw__Fv,
|
||||
(void*)mDoGph_Painter__Fv,
|
||||
(void*)mDoGph_BlankingON__Fv,
|
||||
(void*)mDoGph_BlankingOFF__Fv,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user