blob: cf8d94a164b68afe510271783fd390282ca0ad67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef BASE_HIGHSCORES_H
#define BASE_HIGHSCORES_H
#include <highscore/kexthighscore.h>
#include <tdemacros.h>
class TDE_EXPORT BaseHighscores : public KExtHighscore::Manager
{
public:
BaseHighscores();
};
#endif
|