view src/wads2.h @ 25:8eaf72e2041b

Reindent the source using GNU indent and "indent -i4 -bli0 -npcs -nprs -npsl". Fix the problems introduced afterwards.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 24 Sep 2011 14:16:04 +0300
parents 241c93442be0
children a68786b9c74b
line wrap: on
line source

/*	
 *	wads2.h
 *	Wads functions that are not needed during editing.
 *	AYM 2000-05-06
 */


#ifndef YH_WADS2		/* DO NOT INSERT ANYTHING BEFORE THIS LINE */
#define YH_WADS2


class Wad_file;


int OpenMainWad(const char *);
int OpenPatchWad(const char *);
void CloseWadFiles(void);
void CloseUnusedWadFiles(void);
Wad_file *BasicWadOpen(const char *, ygpf_t pic_format);
void ListMasterDirectory(FILE *);
void ListFileDirectory(FILE *, const Wad_file *);
void BuildNewMainWad(const char *, bool);
void DumpDirectoryEntry(FILE *, const char *);
void SaveDirectoryEntry(FILE *, const char *);
void SaveEntryToRawFile(FILE *, const char *);
void SaveEntryFromRawFile(FILE *, FILE *, const char *);


#endif /* DO NOT ADD ANYTHING AFTER THIS LINE */