Quake II RTX doxygen  1.0 dev
ac_file_s Struct Reference

Public Attributes

struct ac_file_snext
 
byte hash [20]
 
int flags
 
char path [1]
 

Detailed Description

Definition at line 72 of file ac.c.

Member Data Documentation

◆ flags

int ac_file_s::flags

Definition at line 75 of file ac.c.

Referenced by AC_ParseFileViolation(), AC_ParseHash(), and AC_SendChecks().

◆ hash

byte ac_file_s::hash[20]

Definition at line 74 of file ac.c.

Referenced by AC_ParseHash(), and AC_SendChecks().

◆ next

struct ac_file_s* ac_file_s::next

Definition at line 73 of file ac.c.

Referenced by AC_FreeChecks(), AC_ParseFileViolation(), AC_ParseHash(), and AC_SendChecks().

◆ path

char ac_file_s::path[1]

Definition at line 76 of file ac.c.

Referenced by AC_ParseFileViolation(), AC_ParseHash(), and AC_SendChecks().