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