source:
dev/trunk/abdev/BasicCompiler64/Compile_Interface.cpp@
230
Last change on this file since 230 was 206, checked in by , 17 years ago | |
---|---|
File size: 211 bytes |
Rev | Line | |
---|---|---|
[206] | 1 | #include "stdafx.h" |
2 | ||
[132] | 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.