Rename lib_13750.c to videbug.c

This commit is contained in:
Ryan Dwyer
2021-10-30 14:37:41 +10:00
parent 1d307a9191
commit 00fc0337a0
9 changed files with 37 additions and 37 deletions
-10
View File
@@ -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
+10
View File
@@ -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