summaryrefslogtreecommitdiffstats
path: root/kpat/gamestatsimpl.h
blob: 5a8840173a0cb1fc11831b300ad49875fa106bb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef GAMESTATS_IMPL_H_
#define GAMESTATS_IMPL_H_

#include "gamestats.h"

class GameStatsImpl : public GameStats
{
	public:
		GameStatsImpl(TQWidget* aParent, const char* aname);

		virtual void setGameType(int i);
		virtual void showGameType(int i);
};

#endif