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