mirror of
https://github.com/halpz/re3.git
synced 2025-07-27 06:22:45 +00:00
make building with Codewarrior 7 possible
This commit is contained in:
@ -9,6 +9,6 @@ class CInstance : public CPlaceable
|
||||
public:
|
||||
int m_modelIndex;
|
||||
public:
|
||||
~CInstance() = default;
|
||||
~CInstance() { }
|
||||
void Shutdown();
|
||||
};
|
||||
|
Reference in New Issue
Block a user