add sound-volume option

This commit is contained in:
doitux
2007-06-13 09:27:28 +00:00
parent 32a0d99a54
commit f225ef8956
15 changed files with 1363 additions and 1174 deletions
+4 -1
View File
@@ -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