clang-format

This commit is contained in:
Julgodis
2021-03-29 00:10:25 +02:00
parent c6c405e457
commit 815c1a2039
7605 changed files with 495052 additions and 502636 deletions
+12 -17
View File
@@ -1,23 +1,23 @@
//
//
// Generated By: dol2asm
// Translation Unit: c_API
//
//
#include "SSystem/SComponent/c_API.h"
#include "dol2asm.h"
#include "dolphin/types.h"
#include "SSystem/SComponent/c_API.h"
//
//
// Forward References:
//
//
extern "C" extern void* g_cAPI_Interface[6];
extern "C" extern void* g_cAPI_Interface[6];
//
//
// External References:
//
//
void mDoGph_BlankingON();
void mDoGph_BlankingOFF();
@@ -33,18 +33,13 @@ extern "C" void mDoGph_AfterOfDraw__Fv();
extern "C" void mDoGph_Painter__Fv();
extern "C" void mDoGph_Create__Fv();
//
//
// Declarations:
//
//
/* ############################################################################################## */
/* 803C3528-803C3540 0018+00 s=0 e=3 z=0 None .data g_cAPI_Interface */
/* 803C3528-803C3540 0018+00 s=0 e=3 z=0 None .data g_cAPI_Interface */
SECTION_DATA void* g_cAPI_Interface[6] = {
(void*)mDoGph_Create__Fv,
(void*)mDoGph_BeforeOfDraw__Fv,
(void*)mDoGph_AfterOfDraw__Fv,
(void*)mDoGph_Painter__Fv,
(void*)mDoGph_BlankingON__Fv,
(void*)mDoGph_BlankingOFF__Fv,
(void*)mDoGph_Create__Fv, (void*)mDoGph_BeforeOfDraw__Fv, (void*)mDoGph_AfterOfDraw__Fv,
(void*)mDoGph_Painter__Fv, (void*)mDoGph_BlankingON__Fv, (void*)mDoGph_BlankingOFF__Fv,
};