view gen/typeinf.h @ 878:6cffbfff0363 0.9

Update to license to adjust inline asm file names and years.
author Christian Kamm <kamm incasoftware de>
date Thu, 08 Jan 2009 16:49:04 +0100
parents eef8ac26c66c
children 450897f5aae9
line wrap: on
line source

#ifndef LDC_GEN_TYPEINF_H
#define LDC_GEN_TYPEINF_H

void DtoResolveTypeInfo(TypeInfoDeclaration* tid);
void DtoDeclareTypeInfo(TypeInfoDeclaration* tid);
void DtoConstInitTypeInfo(TypeInfoDeclaration* tid);
void DtoDefineTypeInfo(TypeInfoDeclaration* tid);

#endif