Match and link CTweakSlideShow

Former-commit-id: d410febb1d
This commit is contained in:
Henrique Gemignani Passos Lima
2022-10-16 19:35:43 +03:00
parent ffe3826b6e
commit 8db24c473a
6 changed files with 99 additions and 19 deletions

View File

@@ -0,0 +1,38 @@
#ifndef _CTWEAKSLIDESHOW
#define _CTWEAKSLIDESHOW
#include "MetroidPrime/Tweaks/ITweakObject.hpp"
#include "Kyoto/Graphics/CColor.hpp"
#include "Kyoto/TOneStatic.hpp"
#include "rstl/string.hpp"
class CInputStream;
class CTweakSlideShow;
class CTweakSlideShow : public ITweakObject, public TOneStatic< CTweakSlideShow > {
rstl::string x4_pakName;
rstl::string x14_fontAssetName;
CColor x24_fontColor;
CColor x28_outlineColor;
float x2c_scanPercentInterval;
float x30_;
float x34_;
float x38_;
float x3c_;
CColor x40_;
float x44_;
float x48_;
float x4c_;
float x50_;
float x54_;
float x58_;
public:
CTweakSlideShow(CInputStream&);
~CTweakSlideShow();
};
#endif // _CTWEAKSLIDESHOW