mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Refactor memory card access class as CMemoryCardDriver
This commit is contained in:
@@ -7,8 +7,8 @@ namespace urde
|
||||
{
|
||||
class CScriptSwitch : public CEntity
|
||||
{
|
||||
bool x34_;
|
||||
bool x35_;
|
||||
bool x34_opened;
|
||||
bool x35_closeOnOpened;
|
||||
public:
|
||||
CScriptSwitch(TUniqueId, const std::string&, const CEntityInfo&, bool, bool, bool);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user