2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 00:27:42 +00:00

ScriptLoader support imps

This commit is contained in:
Jack Andersen
2016-04-17 19:33:23 -10:00
parent 48e8de05c5
commit c614d2d2d1
12 changed files with 366 additions and 39 deletions

View File

@@ -10,6 +10,8 @@ class CScannableParameters
{
ResId x0_scanId = -1;
public:
CScannableParameters() = default;
CScannableParameters(ResId id) : x0_scanId(id) {}
};
}