tp/libs/SSystem/SComponent/c_API.cpp

31 lines
696 B
C++

//
// Generated By: dol2asm
// Translation Unit: c_API
//
#include "SSystem/SComponent/c_API.h"
#include "dol2asm.h"
#include "dolphin/types.h"
//
// External References:
//
void mDoGph_BlankingON();
void mDoGph_BlankingOFF();
void mDoGph_BeforeOfDraw();
void mDoGph_AfterOfDraw();
void mDoGph_Painter();
void mDoGph_Create();
//
// Declarations:
//
/* ############################################################################################## */
/* 803C3528-803C3540 0018+00 s=0 e=3 z=0 None .data g_cAPI_Interface */
cAPIGph_Mthd g_cAPI_Interface[6] = {
mDoGph_Create, mDoGph_BeforeOfDraw, mDoGph_AfterOfDraw,
mDoGph_Painter, mDoGph_BlankingON, mDoGph_BlankingOFF,
};