2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-10 00:19:05 +00:00
metaforce/DataSpec/DNACommon/Tweaks/ITweakSlideShow.hpp

19 lines
373 B
C++

#ifndef __DNACOMMON_ITWEAKSLIDESHOW_HPP__
#define __DNACOMMON_ITWEAKSLIDESHOW_HPP__
#include "../DNACommon.hpp"
namespace DataSpec
{
struct ITweakSlideShow : BigYAML
{
virtual const zeus::CColor& GetFontColor() const=0;
virtual const zeus::CColor& GetOutlineColor() const=0;
virtual float GetX54() const=0;
};
}
#endif // __DNACOMMON_ITWEAKSLIDESHOW_HPP__