QTfrontend/SDLs.h
changeset 2399 ddde0ac1472b
parent 2392 a55dbef5cf31
child 2402 edd12b259e7c
equal deleted inserted replaced
2398:1b8dde74880c 2399:ddde0ac1472b
    42 
    42 
    43 private:
    43 private:
    44 	int music;
    44 	int music;
    45 
    45 
    46 public:
    46 public:
    47 	SDLInteraction();
    47 	SDLInteraction(bool);
    48 	~SDLInteraction();
    48 	~SDLInteraction();
    49 	QStringList getResolutions() const;
    49 	QStringList getResolutions() const;
    50 	void StartMusic(bool);
    50 	void StartMusic();
    51 	void StopMusic();
    51 	void StopMusic();
    52 };
    52 };
    53 
    53 
    54 #endif
    54 #endif