struct ICryPakFileAcesssSink { };
ICryPak.h
virtual ~ICryPakFileAcesssSink();
virtual void ReportFileOpen(FILE * in, const char * szFullPath) = 0;
|
Parameters |
Description |
|
FILE * in |
0 if asyncronous read |
|
const char * szFullPath |
must not be 0 |