mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-03 10:31:02 -04:00
11 lines
171 B
C
11 lines
171 B
C
#ifndef _IN_LIB_VIDEBUG_H
|
|
#define _IN_LIB_VIDEBUG_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void videbug_create(void);
|
|
void videbug_init(void);
|
|
|
|
#endif
|