2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 14:31:20 +00:00
metaforce/Runtime/ITweak.hpp
2018-12-07 19:30:43 -10:00

9 lines
100 B
C++

#pragma once
namespace urde {
class ITweak {
public:
virtual ~ITweak() {}
};
} // namespace urde