libcaesium/caesium/utils.h

10 lines
147 B
C
Raw Normal View History

2016-11-13 14:43:54 +01:00
#ifndef LIBCAESIUM_UTILS_H
#define LIBCAESIUM_UTILS_H
2016-11-04 11:00:04 +01:00
#include <stdio.h>
#include "cstypes.h"
2016-11-13 14:43:54 +01:00
image_type detect_image_type(FILE *pFile);
2016-11-04 11:00:04 +01:00
#endif