mirror of https://git.wuffs.org/MWCC
15 lines
317 B
C
15 lines
317 B
C
#ifndef COMPILER_CCOMPILER_H
|
|
#define COMPILER_CCOMPILER_H
|
|
|
|
#include "compiler/common.h"
|
|
|
|
extern Boolean systemHandles;
|
|
extern Boolean crippled;
|
|
extern SInt32 license_cookie;
|
|
extern CParams cparams;
|
|
|
|
extern CWPLUGIN_ENTRY(MWC_main)(CWPluginContext context);
|
|
extern void PrintProgressFunction(const char *str);
|
|
|
|
#endif
|