mirror of
https://github.com/zeldaret/tp
synced 2026-07-01 04:10:14 -04:00
move Z2Calc, c_math and f_op_draw_iter (#125)
* Z2Calc * port over c_math * fop_draw_iter Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
@@ -7,31 +7,11 @@
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
//
|
||||
// Types:
|
||||
//
|
||||
|
||||
struct JMath {
|
||||
struct TRandom_fast_ {
|
||||
/* 80339AE4 */ TRandom_fast_(u32);
|
||||
};
|
||||
};
|
||||
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
|
||||
extern "C" void __ct__Q25JMath13TRandom_fast_FUl();
|
||||
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
|
||||
//
|
||||
// Declarations:
|
||||
//
|
||||
|
||||
/* 80339AE4-80339AEC -00001 0008+00 0/0 0/0 0/0 .text __ct__Q25JMath13TRandom_fast_FUl */
|
||||
JMath::TRandom_fast_::TRandom_fast_(u32 param_0) {
|
||||
*(u32*)this = (u32)(param_0);
|
||||
value = param_0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user