|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <hudmessage.h>
Public Attributes | |
| line_node * | next |
| line_node * | prev |
| fix | time |
| int | source |
| int | x |
| int | y |
| int | underline_width |
| char * | text |
Definition at line 38 of file hudmessage.h.
| line_node* line_node::next |
Definition at line 39 of file hudmessage.h.
| line_node* line_node::prev |
Definition at line 40 of file hudmessage.h.
| int line_node::source |
Definition at line 42 of file hudmessage.h.
| char* line_node::text |
Definition at line 46 of file hudmessage.h.
| fix line_node::time |
Definition at line 41 of file hudmessage.h.
| int line_node::underline_width |
Definition at line 45 of file hudmessage.h.
| int line_node::x |
Definition at line 43 of file hudmessage.h.
| int line_node::y |
Definition at line 44 of file hudmessage.h.