mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
public: add optional feature for COM_ParseFileSafe to ignore shell like hash symbol prefixed comments
This commit is contained in:
@@ -36,6 +36,7 @@ typedef int HIMAGE; // handle to a graphic
|
||||
// flags for COM_ParseFileSafe
|
||||
#define PFILE_IGNOREBRACKET (1<<0)
|
||||
#define PFILE_HANDLECOLON (1<<1)
|
||||
#define PFILE_IGNOREHASHCMT (1<<2)
|
||||
|
||||
typedef struct ui_globalvars_s
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user