FS2_Open
Open source remastering of the Freespace 2 engine
bgbitmapdlg.cpp File Reference
#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
 

Function Documentation

void parse_one_background ( background_t background)

Definition at line 5149 of file missionparse.cpp.

Variable Documentation

char* Image_file_ext
Initial value:
= "DDS Files (*.dds)|*.dds|"
"|"

Definition at line 1402 of file bgbitmapdlg.cpp.

char* Model_file_ext
Initial value:
= "Model Files (*.pof)|*.pof|"
"|"

Definition at line 1399 of file bgbitmapdlg.cpp.