mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
8 lines
98 B
C
8 lines
98 B
C
#ifndef LDEBUG_H
|
|
#define LDEBUG_H
|
|
|
|
#include "types.h"
|
|
|
|
void _dbg_hungup(const char*, s32);
|
|
|
|
#endif |