mirror of https://github.com/bsnes-emu/bsnes.git
8 lines
116 B
C++
8 lines
116 B
C++
|
struct VideoSettings : SettingsLayout {
|
||
|
Label title;
|
||
|
|
||
|
VideoSettings();
|
||
|
};
|
||
|
|
||
|
extern VideoSettings *videoSettings;
|