Codechange: Move ScriptStorage constructor into source file, so private members can have partially incomplete types.

This commit is contained in:
frosch
2025-04-18 17:13:54 +02:00
committed by frosch
parent af14809697
commit b9f4ef3d78
2 changed files with 20 additions and 37 deletions

View File

@@ -32,6 +32,7 @@
#include "../safeguards.h"
ScriptStorage::ScriptStorage() = default;
ScriptStorage::~ScriptStorage()
{
/* Free our pointers */