branch | qmlfrontend |
changeset 11833 | a69124eb7ce7 |
parent 11408 | b894922d58cc |
parent 11828 | 0fba6cb098a1 |
child 12860 | 1b2b84315d27 |
--- a/hedgewars/uMisc.pas Tue May 17 23:18:08 2016 +0300 +++ b/hedgewars/uMisc.pas Tue May 17 23:29:49 2016 +0300 @@ -33,7 +33,7 @@ function SDL_RectMake(x, y, width, height: LongInt): TSDL_Rect; inline; implementation -uses SysUtils, uVariables, uUtils +uses uVariables, uUtils {$IFDEF PNG_SCREENSHOTS}, PNGh, png {$ENDIF}; type PScreenshot = ^TScreenshot;