citra/src/citra_qt/ui_settings.h

17 lines
281 B
C
Raw Normal View History

2016-01-24 18:34:05 +01:00
// Copyright 2016 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#ifndef UISETTINGS_H
#define UISETTINGS_H
namespace UISettings {
struct Values {
bool check_closure;
} extern values;
}
#endif // UISETTINGS_H