Cockatrice 2026-04-21-Development-2.11.0-beta.61
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
parsehelpers.h
Go to the documentation of this file.
1#ifndef PARSEHELPERS_H
2#define PARSEHELPERS_H
3
4#include <QString>
5
6bool parseCipt(const QString &name, const QString &text);
7
8#endif // PARSEHELPERS_H
bool parseCipt(const QString &name, const QString &text)
Definition parsehelpers.cpp:25