mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-13 03:13:13 +01:00
10 lines
266 B
C
10 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
|