- load24bitPaletteFromFile
void load24bitPaletteFromFile(string filename, Raster target)
FILE FORMAT IS DEPRECATED! USE XMP INSTEAD!
- load32BitBitmapFromXMP
Bitmap32Bit load32BitBitmapFromXMP(ExtendibleBitmap xmp, string ID)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadBitmapFromFile
Bitmap16Bit[] loadBitmapFromFile(string filename)
FILE FORMAT IS DEPRECATED! USE XMP INSTEAD!
- loadBitmapFromXMP
Bitmap16Bit loadBitmapFromXMP(ExtendibleBitmap xmp, string ID)
Gets the bitmap from the XMP file.
- loadFileFromDisk
File loadFileFromDisk(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadFontsetFromXMP
Fontset loadFontsetFromXMP(ExtendibleBitmap xmp, string fontName)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadPaletteFromFile
void loadPaletteFromFile(string filename, Raster target)
FILE FORMAT IS DEPRECATED! USE XMP INSTEAD!
- loadPaletteFromXMP
void loadPaletteFromXMP(ExtendibleBitmap xmp, string ID, Raster target)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadSoundFromFile
Mix_Chunk* loadSoundFromFile(char* filename)
Undocumented in source. Be warned that the author may not have intended to support it.
- saveBitmapToFile
deprecated void saveBitmapToFile(Bitmap16Bit[] bitmap, string filename)
Undocumented in source. Be warned that the author may not have intended to support it.