Load FLI/FLC autodesk animator files.

This commit is contained in:
Thomas Bernard
2018-04-16 07:03:17 +00:00
committed by Adrien Destugues
parent 28c755a776
commit bb7b187275
5 changed files with 422 additions and 4 deletions

View File

@@ -137,4 +137,8 @@ void Save_PNG(T_IO_Context *);
void Test_INFO(T_IO_Context *, FILE *);
void Load_INFO(T_IO_Context *);
// -- FLI/FLC (Autodesk animator) -------------------------------------------
void Test_FLI(T_IO_Context *, FILE *);
void Load_FLI(T_IO_Context *);
#endif