Files
source/sgp/PngLoader.h
T
majcostaandGitHub 381ab936eb Rename 'Standard Gaming Platform' to 'sgp' (#246)
* rename 'Standard Gaming Platform' to 'sgp'

* Adapt CMakeLists.txt files to renamed SGP directory

* Lowercase it
2023-10-23 10:18:20 -03:00

14 lines
242 B
C

#ifndef _PNGLOADER_H_
#define _PNGLOADER_H_
#include "types.h"
#include "himage.h"
bool LoadPNGFileToImage(HIMAGE hImage, UINT16 fContents);
bool LoadJPCFileToImage(HIMAGE hImage, UINT16 fContents);
#endif // _PNGLOADER_H_