mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
configuration: Use forward declares and remove extraneous structs
This commit is contained in:
parent
335aef78c4
commit
3ef4769f31
10 changed files with 59 additions and 63 deletions
|
@ -8,7 +8,10 @@
|
|||
|
||||
#include <QList>
|
||||
#include <QWidget>
|
||||
#include "yuzu/configuration/configuration_shared.h"
|
||||
|
||||
namespace ConfigurationShared {
|
||||
enum class CheckState;
|
||||
}
|
||||
|
||||
namespace Ui {
|
||||
class ConfigureSystem;
|
||||
|
@ -43,8 +46,6 @@ private:
|
|||
int time_zone_index = 0;
|
||||
int sound_index = 0;
|
||||
|
||||
struct Trackers {
|
||||
ConfigurationShared::CheckState use_rng_seed;
|
||||
ConfigurationShared::CheckState use_custom_rtc;
|
||||
} trackers;
|
||||
ConfigurationShared::CheckState use_rng_seed;
|
||||
ConfigurationShared::CheckState use_custom_rtc;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue