--- a/hedgewars/hwLibrary.pas Mon May 18 00:20:09 2015 +0300
+++ b/hedgewars/hwLibrary.pas Thu May 21 00:19:06 2015 +0300
@@ -48,6 +48,8 @@
, uFLSchemes
, uFLAmmo
, uFLNet
+ , uFLNetProtocol
+ , uFLUICallback
;
{$INCLUDE "config.inc"}
@@ -154,7 +156,7 @@
runQuickGame,
runLocalGame,
getPreview,
- registerGUIMessagesCallback,
+ registerUIMessagesCallback,
flibInit,
flibFree,
//game config
@@ -177,6 +179,7 @@
changeTeamColor,
// network
connectOfficialServer,
+ passNetData,
// dunno what these are
RunEngine,