test_iff: Add small tool to test for IFF file structures

useful to see if an IFF file is malformed,
but also to see how many frames there is in an animation, etc.
This commit is contained in:
Thomas Bernard
2018-02-06 11:38:40 +01:00
parent 544a996361
commit d94fb966a2
5 changed files with 255 additions and 2 deletions

2
tools/test_iff/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*.o
parseiff