mirror of https://github.com/PrimeDecomp/prime.git
Formatting fix
This commit is contained in:
parent
9cfd7f1776
commit
a4a1d189da
|
@ -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,
|
||||||
|
|
|
@ -11,7 +11,6 @@ public:
|
||||||
void AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId uid, CStateManager& mgr);
|
void AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId uid, CStateManager& mgr);
|
||||||
~CScriptSwitch();
|
~CScriptSwitch();
|
||||||
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
u8 mOpened;
|
u8 mOpened;
|
||||||
u8 mCloseOnOpened;
|
u8 mCloseOnOpened;
|
||||||
|
|
Loading…
Reference in New Issue