diff options
Diffstat (limited to 'api/logic/modplatform/flame/PackManifest.h')
-rw-r--r-- | api/logic/modplatform/flame/PackManifest.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api/logic/modplatform/flame/PackManifest.h b/api/logic/modplatform/flame/PackManifest.h index 34232eee..02f39f0e 100644 --- a/api/logic/modplatform/flame/PackManifest.h +++ b/api/logic/modplatform/flame/PackManifest.h @@ -8,6 +8,9 @@ namespace Flame { struct File { + // NOTE: throws JSONValidationError + bool parseFromBytes(const QByteArray &bytes); + int projectId = 0; int fileId = 0; // NOTE: the opposite to 'optional'. This is at the time of writing unused. |