source:
dev/trunk/abdev/BasicCompiler64/Compile_Interface.cpp@
205
| Last change on this file since 205 was 132, checked in by , 19 years ago | |
|---|---|
| File size: 188 bytes | |
| Line | |
|---|---|
| 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.
