summaryrefslogtreecommitdiffstats
path: root/kpat/gamestatsimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpat/gamestatsimpl.h')
-rw-r--r--kpat/gamestatsimpl.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/kpat/gamestatsimpl.h b/kpat/gamestatsimpl.h
new file mode 100644
index 00000000..192b7793
--- /dev/null
+++ b/kpat/gamestatsimpl.h
@@ -0,0 +1,16 @@
+#ifndef GAMESTATS_IMPL_H_
+#define GAMESTATS_IMPL_H_
+
+#include "gamestats.h"
+
+class GameStatsImpl : public GameStats
+{
+ public:
+ GameStatsImpl(QWidget* aParent, const char* aname);
+
+ virtual void setGameType(int i);
+ virtual void showGameType(int i);
+};
+
+#endif
+