mirror of https://github.com/zeldaret/tp.git
41 lines
891 B
C++
41 lines
891 B
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: c_counter
|
|
//
|
|
|
|
#include "SSystem/SComponent/c_counter.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
void cCt_Counter(int);
|
|
extern "C" extern u8 g_Counter[12 + 4 /* padding */];
|
|
|
|
extern "C" void cCt_Counter__Fi();
|
|
extern "C" extern u8 g_Counter[12 + 4 /* padding */];
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* ############################################################################################## */
|
|
/* 80430CD8-80430CE8 000C+04 s=1 e=12 z=22 None .bss g_Counter */
|
|
u8 g_Counter[12 + 4 /* padding */];
|
|
|
|
/* 80265E1C-80265E64 0048+00 s=0 e=1 z=0 None .text cCt_Counter__Fi */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void cCt_Counter(int param_0) {
|
|
nofralloc
|
|
#include "asm/SSystem/SComponent/c_counter/cCt_Counter__Fi.s"
|
|
}
|
|
#pragma pop
|