|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include "stdafx.h"#include "FRED.h"#include "MainFrm.h"#include "FREDDoc.h"#include "FREDView.h"#include "MessageEditorDlg.h"#include "ShipClassEditorDlg.h"#include "MissionNotesDlg.h"#include "Grid.h"#include "dialog1.h"#include "species_defs/species_defs.h"#include "iff_defs/iff_defs.h"Go to the source code of this file.
Macros | |
| #define | FRED_HELP_URL "\\data\\freddocs\\index.html" |
Functions | |
| void | url_launch (char *url) |
Variables | |
| CMainFrame * | Fred_main_wnd |
| color_combo_box | m_new_ship_type_combo_box |
| int | Toggle1_var = 0 |
| CPoint | Global_point2 |
| #define FRED_HELP_URL "\\data\\freddocs\\index.html" |
Definition at line 73 of file mainfrm.cpp.
| void url_launch | ( | char * | url | ) |
Definition at line 567 of file mainfrm.cpp.
| CMainFrame* Fred_main_wnd |
Definition at line 89 of file mainfrm.cpp.
| CPoint Global_point2 |
Definition at line 321 of file mainfrm.cpp.
| color_combo_box m_new_ship_type_combo_box |
Definition at line 90 of file mainfrm.cpp.
| int Toggle1_var = 0 |
Definition at line 290 of file mainfrm.cpp.