|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <missionscreencommon.h>
Public Member Functions | |
| brief_common_buttons (char *name, int x1, int y1, int xt1, int yt1, int h, int r=0) | |
Public Attributes | |
| char * | filename |
| int | x |
| int | y |
| int | xt |
| int | yt |
| int | hotspot |
| int | repeat |
| UI_BUTTON | button |
Definition at line 37 of file missionscreencommon.h.
|
inline |
Definition at line 45 of file missionscreencommon.h.
| UI_BUTTON brief_common_buttons::button |
Definition at line 43 of file missionscreencommon.h.
| char* brief_common_buttons::filename |
Definition at line 38 of file missionscreencommon.h.
| int brief_common_buttons::hotspot |
Definition at line 41 of file missionscreencommon.h.
| int brief_common_buttons::repeat |
Definition at line 42 of file missionscreencommon.h.
| int brief_common_buttons::x |
Definition at line 39 of file missionscreencommon.h.
| int brief_common_buttons::xt |
Definition at line 40 of file missionscreencommon.h.
| int brief_common_buttons::y |
Definition at line 39 of file missionscreencommon.h.
| int brief_common_buttons::yt |
Definition at line 40 of file missionscreencommon.h.