|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <setjmp.h>#include "stdafx.h"#include "FRED.h"#include "CampaignEditorDlg.h"#include "CampaignTreeView.h"#include "CampaignTreeWnd.h"#include "Management.h"#include "cfile/cfile.h"#include "FREDDoc.h"#include "parse/parselo.h"#include "mission/missiongoals.h"Go to the source code of this file.
Variables | |
| int | Cur_campaign_mission = -1 |
| int | Cur_campaign_link = -1 |
| campaign_editor * | Campaign_tree_formp |
| campaign_editor* Campaign_tree_formp |
Definition at line 38 of file campaigneditordlg.cpp.
| int Cur_campaign_link = -1 |
Definition at line 31 of file campaigneditordlg.cpp.
| int Cur_campaign_mission = -1 |
Definition at line 30 of file campaigneditordlg.cpp.