mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
Update cipt parsing (#5712)
* refactor * move thing out * write unit tests * get thing to work * optimization? * fix build failure
This commit is contained in:
parent
068465143b
commit
3a11ccb854
7 changed files with 305 additions and 3 deletions
8
oracle/src/parsehelpers.h
Normal file
8
oracle/src/parsehelpers.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef PARSEHELPERS_H
|
||||
#define PARSEHELPERS_H
|
||||
|
||||
#include <QString>
|
||||
|
||||
bool parseCipt(const QString &name, const QString &text);
|
||||
|
||||
#endif // PARSEHELPERS_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue