|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include "stdafx.h"#include "FRED.h"#include "FREDDoc.h"#include "FREDView.h"#include "globalincs/linklist.h"#include "parse/sexp.h"#include "MissionGoalsDlg.h"#include "Management.h"#include "OperatorArgTypeSelect.h"Go to the source code of this file.
Macros | |
| #define | ID_ADD_SHIPS 9000 |
| #define | ID_REPLACE_SHIPS 11000 |
| #define | ID_ADD_WINGS 13000 |
| #define | ID_REPLACE_WINGS 15000 |
Variables | |
| CMissionGoalsDlg * | Goal_editor_dlg |
| #define ID_ADD_SHIPS 9000 |
Definition at line 22 of file missiongoalsdlg.cpp.
| #define ID_ADD_WINGS 13000 |
Definition at line 24 of file missiongoalsdlg.cpp.
| #define ID_REPLACE_SHIPS 11000 |
Definition at line 23 of file missiongoalsdlg.cpp.
| #define ID_REPLACE_WINGS 15000 |
Definition at line 25 of file missiongoalsdlg.cpp.
| CMissionGoalsDlg* Goal_editor_dlg |
Definition at line 32 of file missiongoalsdlg.cpp.