changeset 4374 | bcefeeabaa33 |
parent 4371 | ae172b2b03ed |
child 4375 | ae5507ddb989 |
--- a/hedgewars/uStore.pas Thu Nov 18 09:12:27 2010 +0300 +++ b/hedgewars/uStore.pas Thu Nov 18 11:32:47 2010 +0300 @@ -66,7 +66,7 @@ procedure Tint(c: Longword); inline; implementation -uses uMisc, uConsole, uLocale, uMobile, uVariables; +uses uMisc, uConsole, uLocale, uMobile, uVariables, uUtils; type TGPUVendor = (gvUnknown, gvNVIDIA, gvATI, gvIntel, gvApple);