mirror of https://github.com/zeldaret/tp.git
57 lines
1.3 KiB
C++
57 lines
1.3 KiB
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: c_API_graphic
|
|
//
|
|
|
|
#include "SSystem/SComponent/c_API_graphic.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
extern "C" void cAPIGph_Painter__Fv();
|
|
extern "C" void cAPIGph_BeforeOfDraw__Fv();
|
|
extern "C" void cAPIGph_AfterOfDraw__Fv();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
extern "C" extern void* g_cAPI_Interface[6];
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 802632C8-802632F8 25DC08 0030+00 0/0 1/1 0/0 .text cAPIGph_Painter__Fv */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void cAPIGph_Painter() {
|
|
nofralloc
|
|
#include "asm/SSystem/SComponent/c_API_graphic/cAPIGph_Painter__Fv.s"
|
|
}
|
|
#pragma pop
|
|
|
|
/* 802632F8-80263328 25DC38 0030+00 0/0 1/1 0/0 .text cAPIGph_BeforeOfDraw__Fv */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void cAPIGph_BeforeOfDraw() {
|
|
nofralloc
|
|
#include "asm/SSystem/SComponent/c_API_graphic/cAPIGph_BeforeOfDraw__Fv.s"
|
|
}
|
|
#pragma pop
|
|
|
|
/* 80263328-80263358 25DC68 0030+00 0/0 1/1 0/0 .text cAPIGph_AfterOfDraw__Fv */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void cAPIGph_AfterOfDraw() {
|
|
nofralloc
|
|
#include "asm/SSystem/SComponent/c_API_graphic/cAPIGph_AfterOfDraw__Fv.s"
|
|
}
|
|
#pragma pop
|