2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 04:31:22 +00:00
metaforce/DataSpec/DNACommon/Tweaks/ITweakAutoMapper.hpp
2017-01-26 02:06:18 -08:00

16 lines
285 B
C++

#ifndef __DNACOMMON_ITWEAKAUTOMAPPER_HPP__
#define __DNACOMMON_ITWEAKAUTOMAPPER_HPP__
#include "ITweak.hpp"
namespace DataSpec
{
struct ITweakAutoMapper : public ITweak
{
virtual const zeus::CVector3f& GetDoorCenter() const=0;
};
}
#endif // __DNACOMMON_ITWEAKAUTOMAPPER_HPP__