FS2_Open
Open source remastering of the Freespace 2 engine
cfilesystem.h File Reference
#include "cfile/cfile.h"

Go to the source code of this file.

Classes

struct  cf_pathtype
 

Typedefs

typedef struct cf_pathtype cf_pathtype
 

Functions

void cf_build_secondary_filelist (const char *cdrom_path)
 
void cf_free_secondary_filelist ()
 
int cf_create_default_path_string (char *path, uint path_max, int pathtype, const char *filename=NULL, bool localize=false)
 
int cf_create_default_path_string (SCP_string &path, int pathtype, const char *filename=NULL, bool localize=false)
 

Variables

cf_pathtype Pathtypes [CF_MAX_PATH_TYPES]
 

Typedef Documentation

typedef struct cf_pathtype cf_pathtype

Function Documentation

void cf_build_secondary_filelist ( const char *  cdrom_path)

Definition at line 772 of file cfilesystem.cpp.

int cf_create_default_path_string ( char *  path,
uint  path_max,
int  pathtype,
const char *  filename = NULL,
bool  localize = false 
)

Definition at line 2004 of file cfilesystem.cpp.

int cf_create_default_path_string ( SCP_string path,
int  pathtype,
const char *  filename = NULL,
bool  localize = false 
)

Definition at line 2076 of file cfilesystem.cpp.

void cf_free_secondary_filelist ( )

Definition at line 801 of file cfilesystem.cpp.

Variable Documentation

Definition at line 49 of file cfile.cpp.