mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
Rename 'Standard Gaming Platform' to 'sgp' (#246)
* rename 'Standard Gaming Platform' to 'sgp' * Adapt CMakeLists.txt files to renamed SGP directory * Lowercase it
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#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_
|
||||
|
||||
Reference in New Issue
Block a user