QTfrontend/pages.h
changeset 297 279e10ec31b4
parent 231 c77b16e48273
child 306 7b61834edcf6
--- a/QTfrontend/pages.h	Sun Dec 10 18:13:10 2006 +0000
+++ b/QTfrontend/pages.h	Sun Dec 10 18:57:05 2006 +0000
@@ -37,6 +37,7 @@
 class SquareLabel;
 class About;
 class QSpinBox;
+class FPSEdit;
 
 class PageMain : public QWidget
 {
@@ -142,6 +143,8 @@
 	QComboBox *CBResolution;
 	QCheckBox *CBEnableSound;
 	QCheckBox *CBFullscreen;
+	QCheckBox *CBShowFPS;
+	FPSEdit *fpsedit;
 	QPushButton *BtnSaveOptions;
 };