Implemented FormID counter.

This commit is contained in:
2022-09-05 20:14:34 +10:00
parent 148a999953
commit 10f9c50674
3 changed files with 26 additions and 2 deletions

View File

@@ -272,6 +272,11 @@ extern "C" {
*/
size_t espr_decompressed_size(char *data, size_t size);
/* Counts the number of formids present in the esp/esm data. This should be
* equal to the number of records.
*/
size_t espr_formid_count(char *data, size_t size);
// End C++ guard
#ifdef __cplusplus
}