view gen/typeinf.h @ 1290:c86a629f24dd

Force SVN to C locale
author Benjamin Kramer <benny.kra@gmail.com>
date Sat, 02 May 2009 14:00:57 +0200
parents 450897f5aae9
children
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);

#endif