mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-09 03:30:17 -04:00
Decompile __f_to_ll, __ull_to_d and __ull_to_f
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
#ifndef _IN_LIB_LIB_05A60_H
|
||||
#define _IN_LIB_LIB_05A60_H
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
u32 func00005a60(void);
|
||||
u32 func00005a7c(void);
|
||||
u32 func00005b18(void);
|
||||
void func00005b30(u64 arg0);
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,9 @@
|
||||
#ifndef _IN_LIB_LIBC_LLCVT_H
|
||||
#define _IN_LIB_LIBC_LLCVT_H
|
||||
|
||||
long long __f_to_ll(float f);
|
||||
unsigned long long __f_to_ull(float f);
|
||||
double __ll_to_d(long long s);
|
||||
float __ull_to_f(unsigned long long u);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user