source:
dev/trunk/abdev/BasicCompiler64/Compile_Interface.cpp@
238
Last change on this file since 238 was 206, checked in by , 17 years ago | |
---|---|
File size: 211 bytes |
Line | |
---|---|
1 | #include "stdafx.h" |
2 | |
3 | #include "../BasicCompiler_Common/common.h" |
4 | #include "opcode.h" |
5 | |
6 | bool CastToInterface( int reg, int vtblReg, const CClass &baseClass, const CClass &interfaceClass ){ |
7 | return true; |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.