Home
last modified time | relevance | path

Searched defs:parmHeader (Results 1 – 1 of 1) sorted by relevance

/dports/games/torcs/torcs-1.3.7/src/libs/tgf/
H A Dparams.cpp97 struct parmHeader struct
99 char *filename; /**< Name of the configuration file */
100 char *name; /**< Name of the data */
101 char *dtd; /**< Optional DTD location */
102 char *header; /**< Optional header (comment, xsl...) */
103 int refcount; /**< Use counter (number of conf handle) */
104 struct section *rootSection; /**< List of sections at the first level */
128 struct parmHeader *conf; /**< Header of the parameter set */ argument