|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include "globalincs/systemvars.h"#include "resource.h"#include "mission/missionparse.h"#include "ShipEditorDlg.h"#include "wing_editor.h"#include "WaypointPathDlg.h"#include "BgBitmapDlg.h"#include "BriefingEditorDlg.h"Go to the source code of this file.
Classes | |
| struct | window_data |
| class | CFREDApp |
Macros | |
| #define | MODIFY(a, b) |
| #define | F_RENDER_SHIP_MODELS 0x01 |
| #define | F_RENDER_SHIP_ICONS 0x02 |
| #define | HOFFOSS_INTERFACE 1 |
| #define | ALLENDER_INTERFACE 2 |
Typedefs | |
| typedef struct window_data | window_data |
Functions | |
| void | add_pending_message (HWND hwnd, int id, int wparam, int lparam, int skip_count) |
| void | init_pending_messages (void) |
| void | update_map_window () |
| typedef struct window_data window_data |
| window_data Asteroid_wnd_data |
| bg_bitmap_dlg* Bg_bitmap_dialog |
| window_data Bg_wnd_data |
| briefing_editor_dlg* Briefing_dialog |
| window_data Briefing_wnd_data |
| window_data Events_wnd_data |
| window_data Main_wnd_data |
| window_data Messages_wnd_data |
| window_data Mission_goals_wnd_data |
| window_data Mission_notes_wnd_data |
| window_data Object_wnd_data |
| window_data Player_wnd_data |
| window_data Reinforcement_wnd_data |
| CShipEditorDlg Ship_editor_dialog |
| window_data Ship_wnd_data |
| window_data Starfield_wnd_data |
| waypoint_path_dlg Waypoint_editor_dialog |
| window_data Waypoint_wnd_data |
| wing_editor Wing_editor_dialog |
| window_data Wing_wnd_data |