2021-03-29 00:10:25 +02:00
|
|
|
//
|
2021-03-28 22:49:05 +02:00
|
|
|
// Generated By: dol2asm
|
|
|
|
|
// Translation Unit: c_API_graphic
|
2021-03-29 00:10:25 +02:00
|
|
|
//
|
2021-01-31 15:33:34 -05:00
|
|
|
|
2021-03-29 00:10:25 +02:00
|
|
|
#include "SSystem/SComponent/c_API_graphic.h"
|
2021-03-28 22:49:05 +02:00
|
|
|
#include "dol2asm.h"
|
|
|
|
|
#include "dolphin/types.h"
|
2021-01-07 02:04:53 +01:00
|
|
|
|
2021-03-29 00:10:25 +02:00
|
|
|
//
|
2021-03-28 22:49:05 +02:00
|
|
|
// Forward References:
|
2021-03-29 00:10:25 +02:00
|
|
|
//
|
2021-01-07 02:04:53 +01:00
|
|
|
|
2021-03-28 22:49:05 +02:00
|
|
|
void cAPIGph_Painter();
|
|
|
|
|
void cAPIGph_BeforeOfDraw();
|
|
|
|
|
void cAPIGph_AfterOfDraw();
|
2021-01-07 02:04:53 +01:00
|
|
|
|
2021-03-28 22:49:05 +02:00
|
|
|
extern "C" void cAPIGph_Painter__Fv();
|
|
|
|
|
extern "C" void cAPIGph_BeforeOfDraw__Fv();
|
|
|
|
|
extern "C" void cAPIGph_AfterOfDraw__Fv();
|
|
|
|
|
|
2021-03-29 00:10:25 +02:00
|
|
|
//
|
2021-03-28 22:49:05 +02:00
|
|
|
// External References:
|
2021-03-29 00:10:25 +02:00
|
|
|
//
|
2021-03-28 22:49:05 +02:00
|
|
|
|
|
|
|
|
extern "C" extern void* g_cAPI_Interface[6];
|
|
|
|
|
|
2021-03-29 00:10:25 +02:00
|
|
|
//
|
2021-03-28 22:49:05 +02:00
|
|
|
// Declarations:
|
2021-03-29 00:10:25 +02:00
|
|
|
//
|
2021-03-28 22:49:05 +02:00
|
|
|
|
2021-03-29 00:10:25 +02:00
|
|
|
/* 802632C8-802632F8 0030+00 s=0 e=1 z=0 None .text cAPIGph_Painter__Fv */
|
2021-03-28 22:49:05 +02:00
|
|
|
#pragma push
|
|
|
|
|
#pragma optimization_level 0
|
|
|
|
|
#pragma optimizewithasm off
|
|
|
|
|
asm void cAPIGph_Painter() {
|
2021-03-29 00:10:25 +02:00
|
|
|
nofralloc
|
2021-03-28 22:49:05 +02:00
|
|
|
#include "asm/SSystem/SComponent/c_API_graphic/cAPIGph_Painter__Fv.s"
|
2021-01-07 02:04:53 +01:00
|
|
|
}
|
2021-03-28 22:49:05 +02:00
|
|
|
#pragma pop
|
2021-01-07 02:04:53 +01:00
|
|
|
|
2021-03-29 00:10:25 +02:00
|
|
|
/* 802632F8-80263328 0030+00 s=0 e=1 z=0 None .text cAPIGph_BeforeOfDraw__Fv */
|
2021-03-28 22:49:05 +02:00
|
|
|
#pragma push
|
|
|
|
|
#pragma optimization_level 0
|
|
|
|
|
#pragma optimizewithasm off
|
|
|
|
|
asm void cAPIGph_BeforeOfDraw() {
|
2021-03-29 00:10:25 +02:00
|
|
|
nofralloc
|
2021-03-28 22:49:05 +02:00
|
|
|
#include "asm/SSystem/SComponent/c_API_graphic/cAPIGph_BeforeOfDraw__Fv.s"
|
2021-01-07 02:04:53 +01:00
|
|
|
}
|
2021-03-28 22:49:05 +02:00
|
|
|
#pragma pop
|
|
|
|
|
|
2021-03-29 00:10:25 +02:00
|
|
|
/* 80263328-80263358 0030+00 s=0 e=1 z=0 None .text cAPIGph_AfterOfDraw__Fv */
|
2021-03-28 22:49:05 +02:00
|
|
|
#pragma push
|
|
|
|
|
#pragma optimization_level 0
|
|
|
|
|
#pragma optimizewithasm off
|
|
|
|
|
asm void cAPIGph_AfterOfDraw() {
|
2021-03-29 00:10:25 +02:00
|
|
|
nofralloc
|
2021-03-28 22:49:05 +02:00
|
|
|
#include "asm/SSystem/SComponent/c_API_graphic/cAPIGph_AfterOfDraw__Fv.s"
|
|
|
|
|
}
|
|
|
|
|
#pragma pop
|