summaryrefslogtreecommitdiff
path: root/libs/SSystem/SComponent/c_API.cpp
blob: 2e545af3321e0571d3a0a9113e68d302a109723b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
//
// 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,
};