From 5e9ef900b994ed7c279de458757ec60c923e29a7 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 23 Jun 2013 14:40:55 -0700 Subject: [PATCH] Updated Lua General Functions (markdown) --- Lua-General-Functions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lua-General-Functions.md b/Lua-General-Functions.md index 88a10d7..8dffff6 100644 --- a/Lua-General-Functions.md +++ b/Lua-General-Functions.md @@ -1,5 +1,7 @@ All Lua General Functions are in the global table 'eq'. +[Return to the Lua API](Lua-API) + ``` void load_encounter(std::string name); void unload_encounter(std::string name);