HatariWii/src/includes/dim.h
2018-05-25 20:45:09 +02:00

11 lines
438 B
C

/*
Hatari - dim.h
This file is distributed under the GNU General Public License, version 2
or at your option any later version. Read the file gpl.txt for details.
*/
extern bool DIM_FileNameIsDIM(const char *pszFileName, bool bAllowGZ);
extern Uint8 *DIM_ReadDisk(int Drive, const char *pszFileName, long *pImageSize, int *pImageType);
extern bool DIM_WriteDisk(int Drive, const char *pszFileName, Uint8 *pBuffer, int ImageSize);