metaforce/DataSpec/DNACommon/Tweaks/ITweakSlideShow.hpp

20 lines
423 B
C++
Raw Normal View History

2016-09-16 20:18:03 +00:00
#ifndef __DNACOMMON_ITWEAKSLIDESHOW_HPP__
#define __DNACOMMON_ITWEAKSLIDESHOW_HPP__
#include "../DNACommon.hpp"
namespace DataSpec
{
struct ITweakSlideShow : BigYAML
{
virtual const std::string& GetFont() const=0;
virtual const zeus::CColor& GetFontColor() const=0;
virtual const zeus::CColor& GetOutlineColor() const=0;
virtual float GetX54() const=0;
2016-09-16 20:18:03 +00:00
};
}
#endif // __DNACOMMON_ITWEAKSLIDESHOW_HPP__