| 
    FS2_Open
    
   Open source remastering of the Freespace 2 engine 
   | 
 
#include "stdafx.h"#include "FRED.h"#include "FREDDoc.h"#include "EventEditor.h"#include "FREDView.h"#include "Management.h"#include "Sexp_tree.h"#include "mission/missionmessage.h"#include "cfile/cfile.h"#include "sound/audiostr.h"#include "localization/localize.h"#include "mod_table/mod_table.h"Go to the source code of this file.
Functions | |
| void | maybe_add_head (CComboBox *box, char *name) | 
Variables | |
| event_editor * | Event_editor_dlg = NULL | 
| void maybe_add_head | ( | CComboBox * | box, | 
| char * | name | ||
| ) | 
Definition at line 156 of file eventeditor.cpp.
| event_editor* Event_editor_dlg = NULL | 
Definition at line 30 of file eventeditor.cpp.