source: dev/trunk/abdev/BasicCompiler64/Compile_Interface.cpp@ 206

Last change on this file since 206 was 206, checked in by dai_9181, 17 years ago

コード全体のリファクタリングを実施

File size: 211 bytes
Line 
1#include "stdafx.h"
2
3#include "../BasicCompiler_Common/common.h"
4#include "opcode.h"
5
6bool 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.