|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <sexp.h>
Public Member Functions | |
| arg_item () | |
| void | add_data (char *str) |
| void | add_data_dup (char *str) |
| void | add_data_set_dup (char *str) |
| void | expunge () |
| int | is_empty () |
| arg_item * | get_next () |
| void | clear_nesting_level () |
Public Attributes | |
| char * | text |
| arg_item * | next |
| int | flags |
| int | nesting_level |