Renegade-1.19/SOURCE/WIN32/overlay.pas
2013-02-05 10:02:07 -05:00

9 lines
138 B
ObjectPascal

unit overlay;
// Dummy unit for Win32, so I don't have to IFDEF the USES OVERLAY out of dozens of files!
interface
implementation
end.