mirror of
https://github.com/zeldaret/tp
synced 2026-07-05 05:39:43 -04:00
Decompile some SComponent data and some MSL_C.PPCEABI.bare.H headers (#115)
* data for c_angle * data c_sxyz * partially migrated c_xyz data * c_xyz data * c_xyz data decomp * c_math data * c_math data * c_lib data, some cleanup * rename some unnamed functions and create header for them * header for string functions * format and fix fabsf * cleanup * remove more unneded function prototypes * move fpclassify to math.h
This commit is contained in:
+2
-3
@@ -16,13 +16,12 @@
|
||||
#include "m_Do/m_Do_audio/m_Do_audio.h"
|
||||
#include "m_Do/m_Do_controller_pad/m_Do_controller_pad.h"
|
||||
#include "m_Do/m_Do_graphic/m_Do_graphic.h"
|
||||
#include "msl_c/math.h"
|
||||
#include "msl_c/string.h"
|
||||
|
||||
extern "C" {
|
||||
void fopCamM_GetParam__FP12camera_class(void);
|
||||
void __dt__8cM3dGLinFv(void);
|
||||
double func_8036C668(double);
|
||||
int func_80368954(char*, char*, u32);
|
||||
int strcmp(const char*, const char*);
|
||||
void __ami__7cSAngleFRC7cSAngle(void);
|
||||
void __amu__7cSAngleFf(void);
|
||||
void __apl__7cSAngleFRC7cSAngle(void);
|
||||
|
||||
Reference in New Issue
Block a user