|
FS2_Open
Open source remastering of the Freespace 2 engine
|
Public Attributes | |
| chat_line * | next |
| chat_line * | prev |
| char | text [MAX_CHAT_LINE_LEN+1] |
| int | mode |
Definition at line 524 of file multi_pxo.cpp.
| int chat_line::mode |
Definition at line 527 of file multi_pxo.cpp.
| chat_line* chat_line::next |
Definition at line 525 of file multi_pxo.cpp.
| chat_line * chat_line::prev |
Definition at line 525 of file multi_pxo.cpp.
| char chat_line::text[MAX_CHAT_LINE_LEN+1] |
Definition at line 526 of file multi_pxo.cpp.