Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
game_type_map.h
Go to the documentation of this file.
1#ifndef GAMETYPEMAP_H
2#define GAMETYPEMAP_H
3
4#include <QMap>
5
6typedef QMap<int, QString> GameTypeMap;
7
8#endif
QMap< int, QString > GameTypeMap
Definition game_type_map.h:6