QTfrontend/SDLs.h
changeset 2428 6800f8aa0184
parent 2418 538a777f90c4
child 2443 fececcbc2189
equal deleted inserted replaced
2427:241e3bb6a146 2428:6800f8aa0184
    42 
    42 
    43 private:
    43 private:
    44 	int music;
    44 	int music;
    45 
    45 
    46 public:
    46 public:
    47 	SDLInteraction(bool);
    47 	SDLInteraction();
    48 	~SDLInteraction();
    48 	~SDLInteraction();
       
    49 	void setHardwareSound(bool hardware_snd);
    49 	QStringList getResolutions() const;
    50 	QStringList getResolutions() const;
       
    51 	void addGameControllerKeys() const;
    50 	void StartMusic();
    52 	void StartMusic();
    51 	void StopMusic();
    53 	void StopMusic();
    52 };
    54 };
    53 
    55 
    54 void OpenAL_Init();
    56 void OpenAL_Init();