2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 14:31:22 +00:00
metaforce/DataSpec/DNACommon/Tweaks/ITweakSlideShow.hpp
2016-09-16 10:18:03 -10:00

16 lines
222 B
C++

#ifndef __DNACOMMON_ITWEAKSLIDESHOW_HPP__
#define __DNACOMMON_ITWEAKSLIDESHOW_HPP__
#include "../DNACommon.hpp"
namespace DataSpec
{
struct ITweakSlideShow : BigYAML
{
};
}
#endif // __DNACOMMON_ITWEAKSLIDESHOW_HPP__