EGADATA.PAS 923 B

123456789101112131415161718192021222324252627282930313233
  1. { Catacomb Source Code
  2. Copyright (C) 1993-2014 Flat Rock Software
  3. This program is free software; you can redistribute it and/or modify
  4. it under the terms of the GNU General Public License as published by
  5. the Free Software Foundation; either version 2 of the License, or
  6. (at your option) any later version.
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. GNU General Public License for more details.
  11. You should have received a copy of the GNU General Public License along
  12. with this program; if not, write to the Free Software Foundation, Inc.,
  13. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  14. }
  15. unit EGAdata;
  16. interface
  17. procedure EGAPICS;
  18. implementation
  19. {$L EGAPICS}
  20. procedure EGAPICS;
  21. external;
  22. begin
  23. end.