mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-14 12:25:53 +00:00
Formatting fix
This commit is contained in:
parent
9cfd7f1776
commit
a4a1d189da
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -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…
x
Reference in New Issue
Block a user