mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 10:53:14 +01:00
9 lines
216 B
C
9 lines
216 B
C
#ifndef LDC_GEN_TYPEINF_H
|
|
#define LDC_GEN_TYPEINF_H
|
|
|
|
void DtoResolveTypeInfo(TypeInfoDeclaration* tid);
|
|
void DtoDeclareTypeInfo(TypeInfoDeclaration* tid);
|
|
void DtoConstInitTypeInfo(TypeInfoDeclaration* tid);
|
|
|
|
#endif
|