mirror of
https://github.com/zeldaret/tp
synced 2026-09-03 02:03:55 -04:00
Z2StatusMgr (#24)
* split Z2SeMgr / begin split of Z2SeqMgr * Z2StatusMgr ok most of Z2StatusMgr done, rest split * name some class members * name some Z2SceneMgr vars Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
@@ -5,12 +5,11 @@ struct CurveSign{
|
||||
// temp
|
||||
};
|
||||
|
||||
class FNoise1f{
|
||||
public:
|
||||
struct FNoise1f{
|
||||
void setParam(float, float, float);
|
||||
float tau(float);
|
||||
float calcNoise1f();
|
||||
private:
|
||||
|
||||
float unk0;
|
||||
float unk4;
|
||||
float unk8;
|
||||
|
||||
Reference in New Issue
Block a user