123
This commit is contained in:
14
CrySystem/PakVars.h
Normal file
14
CrySystem/PakVars.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _CRY_SYSTEM_PAK_VARS_HDR_
|
||||
#define _CRY_SYSTEM_PAK_VARS_HDR_
|
||||
|
||||
// variables that control behaviour of CryPak/StreamEngine subsystems
|
||||
struct PakVars
|
||||
{
|
||||
int nPriority;
|
||||
int nReadSlice;
|
||||
int nLogMissingFiles;
|
||||
PakVars():nPriority(1),nReadSlice(0), nLogMissingFiles(0){}
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user