Source position: base_engine.pas line 220
type TTitanClassKind = (
ckNone,
ckClass,
ckStructure,
ckEnum,
ckInterface,
ckArray,
ckDynamicArray
);