codex init
This commit is contained in:
12
OpticalChannelTester/SettingsStore.h
Normal file
12
OpticalChannelTester/SettingsStore.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
#include "Core.h"
|
||||
|
||||
class SettingsStore {
|
||||
public:
|
||||
void defaults(Settings &s) const;
|
||||
bool valid(const Settings &s) const;
|
||||
bool load(Settings &s);
|
||||
bool save(Settings &s);
|
||||
TestParams params(const Settings &s) const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user