QTfrontend/gameuiconfig.h
changeset 127 ca70467bd0a8
parent 97 e7c1df9cce2c
child 183 57c2ef19f719
--- a/QTfrontend/gameuiconfig.h	Sun Aug 27 12:41:27 2006 +0000
+++ b/QTfrontend/gameuiconfig.h	Sun Aug 27 13:16:40 2006 +0000
@@ -50,6 +50,7 @@
 	int vid_Resolution();
 	bool vid_Fullscreen();
 	bool isSoundEnabled();
+	QString GetRandomTheme();
 
 private slots:
 
@@ -58,6 +59,7 @@
 
 private:
 	HWForm * Form;
+	QStringList Themes;
 };
 
 #endif