mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-18 01:25:23 +00:00
38
include/MetroidPrime/Tweaks/CTweakSlideShow.hpp
Normal file
38
include/MetroidPrime/Tweaks/CTweakSlideShow.hpp
Normal 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
|
||||
Reference in New Issue
Block a user