mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-22 18:49:40 +00:00
Codechange: Move ScriptStorage constructor into source file, so private members can have partially incomplete types.
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
|
||||
#include "../safeguards.h"
|
||||
|
||||
ScriptStorage::ScriptStorage() = default;
|
||||
ScriptStorage::~ScriptStorage()
|
||||
{
|
||||
/* Free our pointers */
|
||||
|
||||
Reference in New Issue
Block a user