vtm/quelldatein/aufbau/symbol.ts
Christian Fraß 8dd4d54f94 sicherung
2017-11-08 18:41:56 +01:00

12 lines
122 B
TypeScript

module mod_vtm_aufbau
{
/**
* @author kcf <vidofnir@folksprak.org>
*/
export type typ_symbol = int;
}