Initial refactoring (WARNING: largely untested)
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
// PatchApplier provides the stuff for implementing patches for the specific game version
|
||||
class PatchApplier {
|
||||
public:
|
||||
virtual void ApplyPatches() {};
|
||||
virtual void ApplyPatches() = 0;
|
||||
void ApplyExPatches() {};
|
||||
};
|
||||
Reference in New Issue
Block a user