2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:47:42 +00:00

WIP Tweak RE

This commit is contained in:
2016-07-26 21:19:32 -07:00
parent dcd41271c3
commit e59a0408cf
6 changed files with 424 additions and 25 deletions

13
Runtime/ITweak.hpp Normal file
View File

@@ -0,0 +1,13 @@
#ifndef __URDE_ITWEAK_HPP__
#define __URDE_ITWEAK_HPP__
namespace urde
{
class ITweak
{
public:
virtual ~ITweak() {}
};
}
#endif // __URDE_ITWEAK_HPP__