mirror of
https://github.com/zeldaret/ss
synced 2026-09-03 09:59:55 -04:00
symbol fixups
This commit is contained in:
@@ -8,7 +8,7 @@ namespace EGG
|
||||
template <typename T>
|
||||
class Math {
|
||||
public:
|
||||
static T frsqrt(T);
|
||||
static T sqrt(T);
|
||||
static T sin(T);
|
||||
static T cos(T);
|
||||
static T acos(T);
|
||||
@@ -16,7 +16,7 @@ public:
|
||||
};
|
||||
|
||||
// f32 impls
|
||||
// /* 8049ab60 */ Math<f32>::frsqrt(f32);
|
||||
// /* 8049ab60 */ Math<f32>::sqrt(f32);
|
||||
// /* 8049abb0 */ Math<f32>::sin(f32);
|
||||
// /* 8049abe0 */ Math<f32>::cos(f32);
|
||||
// /* 8049ac10 */ Math<f32>::acos(f32);
|
||||
|
||||
@@ -10,8 +10,8 @@ namespace Assert
|
||||
{
|
||||
|
||||
/* 8049bf90 */ void wait(u32 time);
|
||||
/* 8049c010 */ void assert_printf();
|
||||
/* 8049c010 */ void report();
|
||||
/* 8049c010 */ void system_print();
|
||||
/* 8049c010 */ void system_report();
|
||||
/* 8049c0a0 */ s32 getPeriodPos(char*);
|
||||
/* 8049c100 */ char* getMapSymbol();
|
||||
/* 8049c150 */ bool isOutsideMEM1(u32 addr);
|
||||
|
||||
Reference in New Issue
Block a user