# HG changeset patch
# User Wuzzy
# Date 1572437161 0
# Node ID 24d84bcaa5d528e6387738e7c6048f8b0f01b97b
# Parent  0f8d2e38dec112536c42a6acb384b28102bad30a
LuaEvents: add newline

diff -r 0f8d2e38dec1 -r 24d84bcaa5d5 LuaEvents.wiki
--- a/LuaEvents.wiki	Wed Oct 30 11:28:34 2019 +0000
+++ b/LuaEvents.wiki	Wed Oct 30 12:06:01 2019 +0000
@@ -2,6 +2,7 @@
 #labels !LuaFunctions
 
 = Lua API: Event handlers =
+
 Event handlers are [LuaAPI Lua] functions that Hedgewars calls on certain events. Lua scripts are supposed to _define_ these functions to do something. The functions are then _called_ by Hedgewars when a certain event has occured. For an example of how this works, see [LuaGuide].
 
 This page is a list of all supported event handlers in Hedgewars.