h2d_PoePoem.def: Translation to XDS Modula-2

Last updated: 18. 1.1998, 14:36

DEFINITION MODULE  h2d_PoePoem;


(*  -----------------------  *)
(*   POEPOEM.H header file   *)
(*  -----------------------  *)

CONST
  IDS_APPNAME = 0;
  IDS_CAPTION = 1;
  IDS_POEMRES = 2;

END h2d_PoePoem.