This commit is contained in:
M374LX
2015-08-05 20:42:10 -03:00
parent ef411b2d81
commit 18b6f20c29
6 changed files with 28 additions and 32 deletions

View File

@@ -46,7 +46,7 @@ class EXPORT Engine : public QObject
{
Q_OBJECT
public:
static void init();
static void init( bool renderOnly );
static void destroy();
// core

View File

@@ -382,7 +382,7 @@ private:
} ;
Mixer();
Mixer( bool renderOnly );
virtual ~Mixer();
void startProcessing( bool _needs_fifo = true );