changeset 2690 | 8e83c7e31720 |
parent 2689 | dfda97c153a4 |
child 2695 | ed789a7ef68d |
--- a/hedgewars/uStore.pas Sat Jan 09 00:59:12 2010 +0000 +++ b/hedgewars/uStore.pas Sat Jan 09 01:34:23 2010 +0000 @@ -69,7 +69,11 @@ SupportNPOTT: Boolean = false; implementation -uses uMisc, uConsole, uLand, uLocale, uWorld; +uses uMisc, uConsole, uLand, uLocale, uWorld + {$IFDEF IPHONEOS} + , PascalExports + {$ENDIF} + ; type TGPUVendor = (gvUnknown, gvNVIDIA, gvATI, gvIntel);