reman3/Rayman_X/cpa/tempgrp/FIL/FIL_Conc.h

37 lines
1007 B
C

#if !defined(__FIL_Conc_h__)
#define __FIL_Conc_h__
/******************************************/
#if _MSC_VER >= 1000
#pragma once
#endif /* _MSC_VER >= 1000 */
/******************************************/
#if defined(__cplusplus)
extern "C"
{
#endif /* __cplusplus */
#include "CPA_Expt.h"
/**** The cache size must be a multiply of 4 ****/
#define FIL_C_MaxConcatCacheSize (256L*1024L)
#undef EXTERN
#undef extern
#if !defined(D_FIL_Globals)
#define EXTERN extern
#else
#define EXTERN
#endif /* D_FIL_Globals */
unsigned char FIL_fn_bSetConcatFileElementWithoutPath(FIL_tdxHandleToConcatFile hConcatFile,unsigned long ulFileNumber,char *p_szFileName);
unsigned long FIL_fn_ulReadFromFileToCacheinConcatFile(FIL_tdxHandleToFileInConcatFile hHandleToFile);
int FIL_fn_iOpenFileInConcatFile(FIL_tdxHandleToConcatFile hConcatFile,char *p_szPath,char *p_szFilename, FIL_tdxHandleToFileInConcatFile hHandleToFile);
#if defined(__cplusplus)
}
#endif /* __cplusplus */
#endif /* __FIL_Conc_h__ */