mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 06:27:43 +00:00
Initial CSlideShow
This commit is contained in:
15
DataSpec/DNACommon/Tweaks/ITweakSlideShow.hpp
Normal file
15
DataSpec/DNACommon/Tweaks/ITweakSlideShow.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __DNACOMMON_ITWEAKSLIDESHOW_HPP__
|
||||
#define __DNACOMMON_ITWEAKSLIDESHOW_HPP__
|
||||
|
||||
#include "../DNACommon.hpp"
|
||||
|
||||
namespace DataSpec
|
||||
{
|
||||
|
||||
struct ITweakSlideShow : BigYAML
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __DNACOMMON_ITWEAKSLIDESHOW_HPP__
|
||||
Reference in New Issue
Block a user