home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / CHFLZ100.ZIP / LZ_LINK.PAS < prev    next >
Pascal/Delphi Source File  |  1996-09-05  |  179b  |  15 lines

  1. unit LZ_Link;
  2.  
  3. interface
  4.  
  5. { Load in the .RES file that has the same name as this .PAS file ... }
  6. {$R *.RES}
  7.  
  8. const
  9.   SDLLReadyLoaded = 41100;
  10.  
  11. implementation
  12.  
  13. end.
  14.  
  15.