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