temp hack to get jpeg turbo going

This commit is contained in:
Jip 2024-05-03 02:40:50 +02:00
parent b99359078e
commit 7189dfbd9c
4 changed files with 14 additions and 18 deletions

View file

@ -82,9 +82,9 @@ namespace File {
extern int Error;
extern size_t FileSize;
fhexport uint8_t * ReadFile(const char * Filename);
fhexport Image_t * ReadImageFile(const char * Filename);
fhexport Sound_t * ReadSoundFile(const char * Filename);
uint8_t * ReadFile(const char * Filename);
Image_t * ReadImageFile(const char * Filename);
Sound_t * ReadSoundFile(const char * Filename);
}
#endif