root/gen/typeinf.h
| Revision 1283:450897f5aae9, 216 bytes (checked in by Frits van Bommel <fvbommel wxs.nl>, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | #ifndef LDC_GEN_TYPEINF_H |
| 2 | #define LDC_GEN_TYPEINF_H |
| 3 | |
| 4 | void DtoResolveTypeInfo(TypeInfoDeclaration* tid); |
| 5 | void DtoDeclareTypeInfo(TypeInfoDeclaration* tid); |
| 6 | void DtoConstInitTypeInfo(TypeInfoDeclaration* tid); |
| 7 | |
| 8 | #endif |
Note: See TracBrowser for help on using the browser.

