mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-04 10:26:16 -04:00
MSL_C fully matched / some SSystem cleanup/ obj_rgate OK (#2011)
* cleanup SSystem files * MSL_C fully matched * fix build * remove asm * reorganize MSL_C/Runtime libs into more accurate setup * little more cleanup * cleanup some MSL headers * obj_rgate OK * remove asm * some rgate documentation
This commit is contained in:
@@ -1,29 +1,20 @@
|
||||
//
|
||||
// Generated By: dol2asm
|
||||
// Translation Unit: c_API
|
||||
//
|
||||
/**
|
||||
* c_API.cpp
|
||||
*
|
||||
*/
|
||||
|
||||
#include "SSystem/SComponent/c_API.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:
|
||||
//
|
||||
extern void mDoGph_BlankingON();
|
||||
extern void mDoGph_BlankingOFF();
|
||||
extern void mDoGph_BeforeOfDraw();
|
||||
extern void mDoGph_AfterOfDraw();
|
||||
extern void mDoGph_Painter();
|
||||
extern void mDoGph_Create();
|
||||
|
||||
/* ############################################################################################## */
|
||||
/* 803C3528-803C3540 0018+00 s=0 e=3 z=0 None .data g_cAPI_Interface */
|
||||
cAPIGph_Mthd g_cAPI_Interface[6] = {
|
||||
cAPI_Interface g_cAPI_Interface = {
|
||||
mDoGph_Create, mDoGph_BeforeOfDraw, mDoGph_AfterOfDraw,
|
||||
mDoGph_Painter, mDoGph_BlankingON, mDoGph_BlankingOFF,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user