summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/ui_settings.h
blob: f0afbf2d3fb16b3da7786293d43866835e22a027 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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