mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
* rename 'Standard Gaming Platform' to 'sgp' * Adapt CMakeLists.txt files to renamed SGP directory * Lowercase it
6 lines
136 B
C
6 lines
136 B
C
#include "types.h"
|
|
|
|
BOOLEAN LoadSTCIFileToImage( HIMAGE hImage, UINT16 fContents );
|
|
|
|
BOOLEAN IsSTCIETRLEFile( CHAR8 * ImageFile );
|