mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-12 21:24:01 -08:00
* refactor * move thing out * write unit tests * get thing to work * optimization? * fix build failure
9 lines
151 B
C
9 lines
151 B
C
#ifndef PARSEHELPERS_H
|
|
#define PARSEHELPERS_H
|
|
|
|
#include <QString>
|
|
|
|
bool parseCipt(const QString &name, const QString &text);
|
|
|
|
#endif // PARSEHELPERS_H
|