MWCC/includes/compiler/CPreprocess.h
2022-12-29 12:32:55 +00:00

11 lines
240 B
C

#ifndef COMPILER_CPREPROCESS_H
#define COMPILER_CPREPROCESS_H
#include "compiler/common.h"
extern void CPrep_PreprocessDumpNewLine(void);
extern void CPrep_PreprocessDumpFileInfo(Boolean flag);
extern void CPrep_Preprocess(void);
#endif