Introduce revision number field

This commit is contained in:
ISSOtm
2020-01-27 10:06:17 +01:00
parent fa1fba7fd9
commit f363541611
3 changed files with 12 additions and 4 deletions

View File

@@ -542,6 +542,7 @@ void out_WriteObject(void)
fatalerror("Couldn't write file '%s'\n", tzObjectname);
fprintf(f, RGBDS_OBJECT_VERSION_STRING, RGBDS_OBJECT_VERSION_NUMBER);
fputlong(RGBDS_OBJECT_REV, f);
fputlong(countsymbols(), f);
fputlong(countsections(), f);