mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-05 06:00:29 -04:00
temp hack to get jpeg turbo going
This commit is contained in:
parent
b99359078e
commit
7189dfbd9c
4 changed files with 14 additions and 18 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue