mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
d3e9175bfb
* d_a_e_pz equivalent * rename var * match f_pc closer to debug * hopefully fix decompctx * sdk done * remove unneeded file
17 lines
250 B
C
17 lines
250 B
C
|
|
#ifndef F_PC_DEBUG_SV_H_
|
|
#define F_PC_DEBUG_SV_H_
|
|
|
|
#include <dolphin.h>
|
|
|
|
#ifdef DEBUG
|
|
|
|
char* fpcDbSv_getNameString(s16 i_name);
|
|
|
|
typedef void (*fpcDbSv_callback)(void* i_process);
|
|
extern const fpcDbSv_callback g_fpcDbSv_service[50];
|
|
|
|
#endif
|
|
|
|
#endif
|