MWCC/includes/compiler/CPreprocess.h

11 lines
240 B
C
Raw Normal View History

#ifndef COMPILER_CPREPROCESS_H
#define COMPILER_CPREPROCESS_H
#include "compiler/common.h"
2022-12-29 12:32:55 +00:00
extern void CPrep_PreprocessDumpNewLine(void);
extern void CPrep_PreprocessDumpFileInfo(Boolean flag);
extern void CPrep_Preprocess(void);
#endif