mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
mark all local variables as static
This commit is contained in:
@ -5,6 +5,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "Common/IniFile.h"
|
||||
|
||||
namespace PatchEngine
|
||||
@ -65,3 +67,4 @@ inline int GetPatchTypeCharLength(PatchType type)
|
||||
}
|
||||
|
||||
} // namespace
|
||||
extern std::vector<PatchEngine::Patch> onFrame;
|
||||
|
Reference in New Issue
Block a user