QTfrontend/SDLs.h
changeset 1684 b3f4ec08f0a4
parent 1223 41d7283934c1
child 1701 ad7a7fd14d36
equal deleted inserted replaced
1683:af34da5726aa 1684:b3f4ec08f0a4
    35 	SDLInteraction();
    35 	SDLInteraction();
    36 	~SDLInteraction();
    36 	~SDLInteraction();
    37 	QStringList getResolutions() const;
    37 	QStringList getResolutions() const;
    38 	void StartMusic();
    38 	void StartMusic();
    39 	void StopMusic();
    39 	void StopMusic();
       
    40 	void PlaySound(const QString & filename);
    40 };
    41 };
    41 
    42 
    42 #endif
    43 #endif