view gen/typeinf.h @ 450:22a56b65872b

Trying to get the old QD demo to work.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Fri, 01 Aug 2008 21:55:57 +0200
parents 027b8d8b71ec
children eef8ac26c66c
line wrap: on
line source

#ifndef LLVMDC_GEN_TYPEINF_H
#define LLVMDC_GEN_TYPEINF_H

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

#endif