mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
8 lines
110 B
C
8 lines
110 B
C
#ifndef GAMETYPEMAP_H
|
|
#define GAMETYPEMAP_H
|
|
|
|
#include <QMap>
|
|
|
|
typedef QMap<int, QString> GameTypeMap;
|
|
|
|
#endif
|