mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 01:54:47 -07:00
some gui code
This commit is contained in:
parent
cb9a2bf23a
commit
77f5ec29eb
37 changed files with 260 additions and 282 deletions
10
cockatrice/src/main.h
Normal file
10
cockatrice/src/main.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef MAIN_H
|
||||
#define MAIN_H
|
||||
|
||||
class CardDatabase;
|
||||
class QTranslator;
|
||||
|
||||
extern CardDatabase *db;
|
||||
extern QTranslator *translator;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue