add sound-volume option
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
#include "configfile.h"
|
||||
|
||||
/**
|
||||
@author FThauer FHammer <webmaster@pokerth.net>
|
||||
@@ -31,7 +32,7 @@ class SDLPlayer : public QObject{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
SDLPlayer();
|
||||
SDLPlayer(ConfigFile*);
|
||||
|
||||
~SDLPlayer();
|
||||
|
||||
@@ -52,6 +53,8 @@ private:
|
||||
|
||||
bool audioEnabled;
|
||||
|
||||
ConfigFile *myConfig;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user