some gui code

This commit is contained in:
Max-Wilhelm Bruker 2009-11-16 17:18:13 +01:00
parent cb9a2bf23a
commit 77f5ec29eb
37 changed files with 260 additions and 282 deletions

10
cockatrice/src/main.h Normal file
View file

@ -0,0 +1,10 @@
#ifndef MAIN_H
#define MAIN_H
class CardDatabase;
class QTranslator;
extern CardDatabase *db;
extern QTranslator *translator;
#endif