mirror of https://github.com/AxioDL/metaforce.git
18 lines
244 B
C++
18 lines
244 B
C++
|
#ifndef __URDE_CSCANNABLEPARAMETERS_HPP__
|
||
|
#define __URDE_CSCANNABLEPARAMETERS_HPP__
|
||
|
|
||
|
#include "RetroTypes.hpp"
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
|
||
|
class CScannableParameters
|
||
|
{
|
||
|
ResId x0_scanId = -1;
|
||
|
public:
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // __URDE_CSCANNABLEPARAMETERS_HPP__
|