mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -07:00
added missing files
This commit is contained in:
parent
abd5425796
commit
9727a38956
4 changed files with 180 additions and 0 deletions
8
cockatrice/src/gametypemap.h
Normal file
8
cockatrice/src/gametypemap.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef GAMETYPEMAP_H
|
||||
#define GAMETYPEMAP_H
|
||||
|
||||
#include <QMap>
|
||||
|
||||
typedef QMap<int, QString> GameTypeMap;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue