Rename known lib files

This commit is contained in:
Ryan Dwyer
2021-01-29 23:29:37 +10:00
parent 5746d31300
commit 615d670a0f
148 changed files with 152 additions and 615 deletions
+8
View File
@@ -8,4 +8,12 @@ u32 osGetCount(void);
u32 osVirtualToPhysical(void *);
f32 cosf(f32 arg0);
f32 sinf(f32 arg0);
f32 sqrtf(f32 arg0);
void *memcpy(void *, const void *, size_t);
u32 strlen(char *str);
u32 strchr(void);
#endif
@@ -1,5 +1,5 @@
#ifndef _IN_LIB_LIB_08A20_H
#define _IN_LIB_LIB_08A20_H
#ifndef _IN_LIB_AUDIOMGR_H
#define _IN_LIB_AUDIOMGR_H
#include <ultra64.h>
#include "types.h"
@@ -1,5 +1,5 @@
#ifndef _IN_LIB_LIB_13900_H
#define _IN_LIB_LIB_13900_H
#ifndef _IN_LIB_CONTROLLER_H
#define _IN_LIB_CONTROLLER_H
#include <ultra64.h>
#include "types.h"
+8
View File
@@ -0,0 +1,8 @@
#ifndef _IN_LIB_GVARS_H
#define _IN_LIB_GVARS_H
#include <ultra64.h>
#include "types.h"
void gvarsInit(void);
#endif
-14
View File
@@ -1,14 +0,0 @@
#ifndef _IN_LIB_LIB_03FB0_H
#define _IN_LIB_LIB_03FB0_H
#include <ultra64.h>
#include "types.h"
void guLookAtF(float mf[4][4], float xEye, float yEye, float zEye,
float xAt, float yAt, float zAt,
float xUp, float yUp, float zUp);
void guLookAt(Mtx *m, float xEye, float yEye, float zEye,
float xAt, float yAt, float zAt,
float xUp, float yUp, float zUp);
#endif
-6
View File
@@ -1,6 +0,0 @@
#ifndef _IN_LIB_LIB_04320_H
#define _IN_LIB_LIB_04320_H
#include <ultra64.h>
#include "types.h"
#endif
-8
View File
@@ -1,8 +0,0 @@
#ifndef _IN_LIB_LIB_04790_H
#define _IN_LIB_LIB_04790_H
#include <ultra64.h>
#include "types.h"
void guNormalize(f32 *x, f32 *y, f32 *z);
#endif
-6
View File
@@ -1,6 +0,0 @@
#ifndef _IN_LIB_LIB_04840_H
#define _IN_LIB_LIB_04840_H
#include <ultra64.h>
#include "types.h"
#endif
-35
View File
@@ -1,35 +0,0 @@
#ifndef _IN_LIB_LIB_04A80_H
#define _IN_LIB_LIB_04A80_H
#include <ultra64.h>
#include "types.h"
typedef struct {
union {
/* 00 */ long long s64;
double f64;
} value;
/* 08 */ char *buff;
/* 0c */ int n0;
/* 10 */ int num_leading_zeros;
/* 14 */ int part2_len;
/* 18 */ int num_mid_zeros;
/* 1c */ int part3_len;
/* 20 */ int num_trailing_zeros;
/* 24 */ int precision;
/* 28 */ int width;
/* 2c */ unsigned int size;
/* 30 */ unsigned int flags;
/* 34 */ char length;
} printf_struct;
#define FLAGS_SPACE 1
#define FLAGS_PLUS 2
#define FLAGS_MINUS 4
#define FLAGS_HASH 8
#define FLAGS_ZERO 16
u32 _Ldtob(void);
short _Ldunscale(short *pex, printf_struct *px);
void _Genld(printf_struct *px, char code, char *p, short nsig, short xexp);
#endif
-6
View File
@@ -1,6 +0,0 @@
#ifndef _IN_LIB_LIB_05E40_H
#define _IN_LIB_LIB_05E40_H
#include <ultra64.h>
#include "types.h"
#endif
-8
View File
@@ -1,8 +0,0 @@
#ifndef _IN_LIB_LIB_15860_H
#define _IN_LIB_LIB_15860_H
#include <ultra64.h>
#include "types.h"
void initGlobalVariables(void);
#endif
-2
View File
@@ -57,7 +57,5 @@ u32 func0001a110(void);
u32 func0001a1c0(void);
u32 func0001a25c(void);
u32 func0001a2dc(void);
f32 cosf(f32 arg0);
f32 sinf(f32 arg0);
#endif
-6
View File
@@ -1,6 +0,0 @@
#ifndef _IN_LIB_LIB_48120_H
#define _IN_LIB_LIB_48120_H
#include <ultra64.h>
#include "types.h"
#endif
-8
View File
@@ -1,8 +0,0 @@
#ifndef _IN_LIB_LIB_481D0_H
#define _IN_LIB_LIB_481D0_H
#include <ultra64.h>
#include "types.h"
u32 __osGetFpcCsr(void);
#endif
-8
View File
@@ -1,8 +0,0 @@
#ifndef _IN_LIB_LIB_49780_H
#define _IN_LIB_LIB_49780_H
#include <ultra64.h>
#include "types.h"
u32 func00049780(void);
#endif
-8
View File
@@ -1,8 +0,0 @@
#ifndef _IN_LIB_LIB_4A360_H
#define _IN_LIB_LIB_4A360_H
#include <ultra64.h>
#include "types.h"
f32 sqrtf(f32 value);
#endif
-10
View File
@@ -1,10 +0,0 @@
#ifndef _IN_LIB_LIB_4A5E0_H
#define _IN_LIB_LIB_4A5E0_H
#include <ultra64.h>
#include "types.h"
void *memcpy(void *, const void *, size_t);
u32 strlen(char *str);
u32 strchr(void);
#endif
-8
View File
@@ -1,8 +0,0 @@
#ifndef _IN_LIB_LIB_4E270_H
#define _IN_LIB_LIB_4E270_H
#include <ultra64.h>
#include "types.h"
u32 func0004e270(void);
#endif
-6
View File
@@ -1,6 +0,0 @@
#ifndef _IN_LIB_LIB_4E3C0_H
#define _IN_LIB_LIB_4E3C0_H
#include <ultra64.h>
#include "types.h"
#endif
-8
View File
@@ -1,8 +0,0 @@
#ifndef _IN_LIB_LIB_4E470_H
#define _IN_LIB_LIB_4E470_H
#include <ultra64.h>
#include "types.h"
u32 osAiGetLength(void);
#endif
-9
View File
@@ -1,9 +0,0 @@
#ifndef _IN_LIB_LIB_4E690_H
#define _IN_LIB_LIB_4E690_H
#include <ultra64.h>
#include "types.h"
u32 func0004e690(void);
u32 _Printf(void);
#endif
-6
View File
@@ -1,6 +0,0 @@
#ifndef _IN_LIB_LIB_4FE20_H
#define _IN_LIB_LIB_4FE20_H
#include <ultra64.h>
#include "types.h"
#endif
-6
View File
@@ -1,6 +0,0 @@
#ifndef _IN_LIB_LIB_50090_H
#define _IN_LIB_LIB_50090_H
#include <ultra64.h>
#include "types.h"
#endif
@@ -1,5 +1,5 @@
#ifndef _IN_LIB_LIB_1A500_H
#define _IN_LIB_LIB_1A500_H
#ifndef _IN_LIB_MODEL_H
#define _IN_LIB_MODEL_H
#include <ultra64.h>
#include "types.h"