10 lines
136 B
C++
10 lines
136 B
C++
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
class CardDatabase;
|
|
class QTranslator;
|
|
|
|
extern CardDatabase *db;
|
|
extern QTranslator *translator;
|
|
|
|
#endif
|