DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
stringlist_t Struct Reference

#include <filematch.h>

+ Collaboration diagram for stringlist_t:

Data Fields

int maxstrings
 maxstrings changes as needed, causing reallocation of strings[] array
 
int numstrings
 
char ** strings
 

Detailed Description

Definition at line 26 of file filematch.h.

Field Documentation

◆ maxstrings

int stringlist_t::maxstrings

maxstrings changes as needed, causing reallocation of strings[] array

Definition at line 29 of file filematch.h.

Referenced by stringlistappend(), and stringlistfreecontents().

◆ numstrings

◆ strings


The documentation for this struct was generated from the following file: