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

Additional ScriptLoader imps

This commit is contained in:
Jack Andersen
2016-04-17 15:58:13 -10:00
parent 3ae77d3390
commit 48e8de05c5
18 changed files with 461 additions and 292 deletions

View File

@@ -0,0 +1,17 @@
#ifndef __URDE_CSCANNABLEPARAMETERS_HPP__
#define __URDE_CSCANNABLEPARAMETERS_HPP__
#include "RetroTypes.hpp"
namespace urde
{
class CScannableParameters
{
ResId x0_scanId = -1;
public:
};
}
#endif // __URDE_CSCANNABLEPARAMETERS_HPP__