![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
Functions | |
| TagID | createTag (const QString &str) |
| Creates a new tag (or returns an existing ID) | |
| bool | exists (const QString &str) |
| Checks if a tag exists. | |
| TagID | resolve (const QString &str) |
| Resolves a string to a TagID if it exists. Otherwise returns INVALID_TAG_ID. | |
| TagID atlas::tags::createTag | ( | const QString & | str | ) |
Creates a new tag (or returns an existing ID)
| bool atlas::tags::exists | ( | const QString & | str | ) |
Checks if a tag exists.