Quake II RTX doxygen  1.0 dev
CSV_values_s Struct Reference

Public Attributes

char * values [MAX_CSV_VALUES]
 
int num_values
 

Detailed Description

Definition at line 37 of file material.c.

Member Data Documentation

◆ num_values

int CSV_values_s::num_values

Definition at line 39 of file material.c.

Referenced by getFlagValue(), getFloatValue(), getIntValue(), getStringValue(), and parse_CSV_line().

◆ values

char* CSV_values_s::values[MAX_CSV_VALUES]

Definition at line 38 of file material.c.

Referenced by getFlagValue(), getFloatValue(), getIntValue(), getStringValue(), and parse_CSV_line().