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:
TakaRikka
2020-12-13 12:43:16 -08:00
committed by GitHub
parent 4e622b873f
commit c65c2dbb8f
121 changed files with 9860 additions and 9476 deletions
+2 -3
View File
@@ -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;