|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include "stdafx.h"#include "FRED.h"#include "BgBitmapDlg.h"#include "backgroundchooser.h"#include "starfield/starfield.h"#include "bmpman/bmpman.h"#include "FREDView.h"#include "FREDDoc.h"#include "palman/palman.h"#include "starfield/nebula.h"#include "nebula/neb.h"#include "nebula/neblightning.h"#include "parse/parselo.h"#include "mission/missionparse.h"Go to the source code of this file.
Functions | |
| void | parse_one_background (background_t *background) |
Variables | |
| char * | Model_file_ext |
| char * | Image_file_ext |
| void parse_one_background | ( | background_t * | background | ) |
Definition at line 5149 of file missionparse.cpp.
| char* Image_file_ext |
Definition at line 1402 of file bgbitmapdlg.cpp.
| char* Model_file_ext |
Definition at line 1399 of file bgbitmapdlg.cpp.