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:
17
Runtime/World/CScannableParameters.hpp
Normal file
17
Runtime/World/CScannableParameters.hpp
Normal 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__
|
||||
Reference in New Issue
Block a user