QTfrontend/gameuiconfig.h
changeset 603 d7877468653b
parent 555 0376fdcc6322
child 949 866729775535
--- a/QTfrontend/gameuiconfig.h	Fri Sep 21 18:55:44 2007 +0000
+++ b/QTfrontend/gameuiconfig.h	Fri Sep 21 19:18:06 2007 +0000
@@ -39,14 +39,14 @@
 	bool isShowFPSEnabled();
 	bool isAltDamageEnabled();
 	quint8 timerInterval();
-
-private slots:
+	quint8 bitDepth();
 
 public slots:
 	void SaveOptions();
 
 private:
 	HWForm * Form;
+	quint8 depth;
 };
 
 #endif