source:
dev/BasicCompiler64/Compile_Interface.cpp@
133
Last change on this file since 133 was 132, checked in by , 18 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.