|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <starfield.h>
Public Attributes | |
| char | filename [MAX_FILENAME_LEN] |
| float | scale_x |
| float | scale_y |
| int | div_x |
| int | div_y |
| angles | ang |
Definition at line 30 of file starfield.h.
| angles starfield_list_entry::ang |
Definition at line 34 of file starfield.h.
| int starfield_list_entry::div_x |
Definition at line 33 of file starfield.h.
| int starfield_list_entry::div_y |
Definition at line 33 of file starfield.h.
| char starfield_list_entry::filename[MAX_FILENAME_LEN] |
Definition at line 31 of file starfield.h.
| float starfield_list_entry::scale_x |
Definition at line 32 of file starfield.h.
| float starfield_list_entry::scale_y |
Definition at line 32 of file starfield.h.