source: dev/BasicCompiler64/Compile_Interface.cpp@ 132

Last change on this file since 132 was 132, checked in by dai_9181, 17 years ago
File size: 188 bytes
Line 
1#include "../BasicCompiler_Common/common.h"
2#include "opcode.h"
3
4bool 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.