Cockatrice 2026-01-14-Development-2.11.0-beta.46
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
deck_file_format.h
Go to the documentation of this file.
1#ifndef COCKATRICE_DECK_FILE_FORMAT_H
2#define COCKATRICE_DECK_FILE_FORMAT_H
3#include <QString>
4
6{
7
25
32Format getFormatFromName(const QString &fileName);
33
34} // namespace DeckFileFormat
35
36#endif // COCKATRICE_DECK_FILE_FORMAT_H
Definition deck_file_format.h:6
Format
Definition deck_file_format.h:12
@ PlainText
Definition deck_file_format.h:17
@ Cockatrice
Definition deck_file_format.h:23
Format getFormatFromName(const QString &fileName)
Definition deck_file_format.cpp:3