Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform 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