#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