mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-09 12:35:46 -04:00
Rename lib_13750.c to videbug.c
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
#ifndef _IN_LIB_LIB_13750_H
|
||||
#define _IN_LIB_LIB_13750_H
|
||||
#include <ultra64.h>
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
void func00013750(void);
|
||||
void func00013758(void);
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,10 @@
|
||||
#ifndef _IN_LIB_VIDEBUG_H
|
||||
#define _IN_LIB_VIDEBUG_H
|
||||
#include <ultra64.h>
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
void videbugInit(void);
|
||||
void videbugCreateMesgQueue(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user