mirror of
https://github.com/encounter/ac-decomp.git
synced 2026-03-30 10:57:04 -07:00
8 lines
115 B
C
8 lines
115 B
C
#ifndef LDEBUG_H
|
|
#define LDEBUG_H
|
|
|
|
#include "types.h"
|
|
|
|
extern void _dbg_hungup(const char* file, int line);
|
|
|
|
#endif |