mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-03 21:25:42 -04:00
5 lines
149 B
C++
5 lines
149 B
C++
#include "frontend-common/game_settings.h"
|
|
#include <memory>
|
|
|
|
std::unique_ptr<GameSettings::Entry> GetSettingsForGame(const std::string& game_code);
|