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
5
namespace
DeckFileFormat
6
{
7
11
enum
Format
12
{
17
PlainText
,
18
23
Cockatrice
24
};
25
32
Format
getFormatFromName
(
const
QString &fileName);
33
34
}
// namespace DeckFileFormat
35
36
#endif
// COCKATRICE_DECK_FILE_FORMAT_H
DeckFileFormat
Definition
deck_file_format.h:6
DeckFileFormat::Format
Format
Definition
deck_file_format.h:12
DeckFileFormat::PlainText
@ PlainText
Definition
deck_file_format.h:17
DeckFileFormat::Cockatrice
@ Cockatrice
Definition
deck_file_format.h:23
DeckFileFormat::getFormatFromName
Format getFormatFromName(const QString &fileName)
Definition
deck_file_format.cpp:3
cockatrice
src
interface
deck_loader
deck_file_format.h
Generated by
1.14.0