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