move Test_XXX/Load_XXX/Save_XXX functions prototypes to fileformats.h

This commit is contained in:
Thomas Bernard
2018-03-12 00:17:31 +01:00
parent ebaccbab3e
commit b039977f5f
5 changed files with 147 additions and 113 deletions

View File

@@ -68,6 +68,7 @@
#include "io.h"
#include "pages.h"
#include "windows.h" // Best_color()
#include "fileformats.h"
#ifndef __no_pnglib__
static void Load_PNG_Sub(T_IO_Context * context, FILE * file);