mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Common/IniFile: Move interface into Common namespace
Gets this out of the global namespace and into the Common namespace
This commit is contained in:
@@ -20,7 +20,8 @@ public:
|
||||
DynamicInputTextureManager();
|
||||
~DynamicInputTextureManager();
|
||||
void Load();
|
||||
void GenerateTextures(const IniFile& file, const std::vector<std::string>& controller_names);
|
||||
void GenerateTextures(const Common::IniFile& file,
|
||||
const std::vector<std::string>& controller_names);
|
||||
|
||||
private:
|
||||
std::vector<DynamicInputTextures::Configuration> m_configuration;
|
||||
|
||||
Reference in New Issue
Block a user