mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-10 12:59:21 +03:00
9 lines
266 B
C
9 lines
266 B
C
#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
|