mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-12 13:34:33 -04:00
11 lines
169 B
C
11 lines
169 B
C
#ifndef _IN_LIB_VIDEBUG_H
|
|
#define _IN_LIB_VIDEBUG_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void videbugCreate(void);
|
|
void videbugInit(void);
|
|
|
|
#endif
|