mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 13:07:43 +00:00
Tweak Imps
This commit is contained in:
15
DataSpec/DNACommon/Tweaks/ITweakAutoMapper.hpp
Normal file
15
DataSpec/DNACommon/Tweaks/ITweakAutoMapper.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#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__
|
||||
Reference in New Issue
Block a user