Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqfox <qfox@users.sf.net>2008-08-03 03:11:33 +0400
committerqfox <qfox@users.sf.net>2008-08-03 03:11:33 +0400
commit22b7839651a91777c03cbc684698ee221e7aec13 (patch)
tree0ad84c1118972bc2cf3f1fdc8f79435c50ae273a /documentation
parentc74201eff1f6d43e76ee660211773eda24082aa6 (diff)
Just one left anyways :p Added link to iup website to iup example.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/lua/iup_example.lua1
-rw-r--r--documentation/lua/luabot_front.lua2
2 files changed, 2 insertions, 1 deletions
diff --git a/documentation/lua/iup_example.lua b/documentation/lua/iup_example.lua
index 826d4ea2..cb2c71cc 100644
--- a/documentation/lua/iup_example.lua
+++ b/documentation/lua/iup_example.lua
@@ -1,5 +1,6 @@
-- iup example
-- this shows a test window with all kinds of idle dialogs
+-- docs: http://www.tecgraf.puc-rio.br/iup/
-- include our generic script (TAKES CARE OF CLOSING DIALOGS and includes the two iup systems)
require("auxlib");
diff --git a/documentation/lua/luabot_front.lua b/documentation/lua/luabot_front.lua
index 87e236df..0cd70032 100644
--- a/documentation/lua/luabot_front.lua
+++ b/documentation/lua/luabot_front.lua
@@ -2,7 +2,7 @@
-- qFox, 2 August 2008
-- we need iup, so include it here (also takes care of cleaning up dialog when script exits)
-require 'auxlib.lua';
+require 'auxlib';
local botVersion = 1; -- check this version when saving/loading. this will change whenever the botsave-file changes.