Index: /BasicCompiler64/Compile_Interface.cpp
===================================================================
--- /BasicCompiler64/Compile_Interface.cpp	(revision 132)
+++ /BasicCompiler64/Compile_Interface.cpp	(revision 132)
@@ -0,0 +1,6 @@
+#include "../BasicCompiler_Common/common.h"
+#include "opcode.h"
+
+bool CastToInterface( int reg, int vtblReg, const CClass &baseClass, const CClass &interfaceClass ){
+	return true;
+}
