renegadebbs/SOURCE/WIN32/overlay.pas

9 lines
146 B
ObjectPascal
Raw Normal View History

2016-03-05 11:28:50 -08:00
unit overlay;
// Dummy unit for Win32, so I don't have to IFDEF the USES OVERLAY out of dozens of files!
interface
implementation
end.