mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-15 14:46:07 +00:00
More main progress; tons of headers & stuff
Former-commit-id: a6e365791b
This commit is contained in:
11
include/MetroidPrime/Tweaks/ITweakObject.hpp
Normal file
11
include/MetroidPrime/Tweaks/ITweakObject.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _ITWEAKOBJECT_HPP
|
||||
#define _ITWEAKOBJECT_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
class ITweakObject {
|
||||
public:
|
||||
virtual ~ITweakObject() = 0;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user