mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-06-18 14:45:26 -04:00
10 lines
129 B
C
10 lines
129 B
C
#ifndef _DEB_H_
|
|
#define _DEB_H_
|
|
|
|
#include "ultra64.h"
|
|
|
|
void debInit(void);
|
|
void debTryAdd(void *data, const char *name);
|
|
|
|
#endif
|