--- a/hedgewars/uLandUtils.pas Wed Aug 28 15:34:49 2024 +0200
+++ b/hedgewars/uLandUtils.pas Wed Aug 28 17:16:23 2024 +0200
@@ -20,6 +20,8 @@
implementation
uses uUtils, uConsts, uVariables, uTypes;
+{$linklib hwengine_future}
+
function create_empty_game_field(width, height: Longword): pointer; cdecl; external;
procedure get_game_field_parameters(game_field: pointer; var width: LongInt; var height: LongInt; var play_width: LongInt; var play_height: LongInt); cdecl; external;
procedure dispose_game_field(game_field: pointer); cdecl; external;