mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 14:31:22 +00:00
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__
|