AppleWin/source/frontends/qapple/configuration.h
Andrea Odetti 69ec0e7db0 Add support for RamWorks.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2019-04-22 16:02:06 +01:00

18 lines
457 B
C++

#ifndef CONFIGURATION_H
#define CONFIGURATION_H
#include <memory>
#include "preferences.h"
class QGamepad;
QString getScreenshotTemplate();
int getSlot0Card();
int getRamWorksMemorySize();
Preferences::Data getCurrentOptions(const std::shared_ptr<QGamepad> & gamepad);
void setNewOptions(const Preferences::Data & currentOptions, const Preferences::Data & newOptions,
std::shared_ptr<QGamepad> & gamepad);
#endif // CONFIGURATION_H