mirror of https://github.com/AxioDL/metaforce.git
16 lines
222 B
C++
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__
|