mirror of https://github.com/PrimeDecomp/prime.git
parent
50453f5b7c
commit
187bc0b98c
|
@ -10,7 +10,6 @@
|
|||
"editor.tabSize": 2,
|
||||
"files.associations": {
|
||||
"source_location": "cpp",
|
||||
"math.h": "c"
|
||||
},
|
||||
"files.autoSave": "onFocusChange",
|
||||
"files.insertFinalNewline": true,
|
||||
|
|
|
@ -9,8 +9,7 @@ public:
|
|||
|
||||
void Accept(IVisitor& visitor);
|
||||
void AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId uid, CStateManager& mgr);
|
||||
~CScriptSwitch();
|
||||
|
||||
~CScriptSwitch();
|
||||
|
||||
private:
|
||||
u8 mOpened;
|
||||
|
|
Loading…
Reference in New Issue