mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-05 01:35:35 +00:00
Formatting fix
Former-commit-id: a4a1d189dacb0191d63e50b3c60de9b27655e742
This commit is contained in:
parent
50453f5b7c
commit
187bc0b98c
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -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…
x
Reference in New Issue
Block a user