mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
63cd9416f2
* Z2Calc * port over c_math * fop_draw_iter Co-authored-by: Pheenoh <pheenoh@gmail.com>
18 lines
342 B
C++
18 lines
342 B
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: random
|
|
//
|
|
|
|
#include "JSystem/JMath/random.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// 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) {
|
|
value = param_0;
|
|
}
|