MWCC/includes/compiler/CException.h

10 lines
176 B
C

#ifndef COMPILER_CEXCEPTION_H
#define COMPILER_CEXCEPTION_H
#include "compiler/common.h"
// TODO
extern Boolean CExcept_CanThrowException(Object *obj, Boolean flag);
#endif