Just one left anyways :p Added link to iup website to iup example.

This commit is contained in:
qfox 2008-08-02 23:11:33 +00:00
parent c74201eff1
commit 22b7839651
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
-- iup example -- iup example
-- this shows a test window with all kinds of idle dialogs -- 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) -- include our generic script (TAKES CARE OF CLOSING DIALOGS and includes the two iup systems)
require("auxlib"); require("auxlib");

View File

@ -2,7 +2,7 @@
-- qFox, 2 August 2008 -- qFox, 2 August 2008
-- we need iup, so include it here (also takes care of cleaning up dialog when script exits) -- 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. local botVersion = 1; -- check this version when saving/loading. this will change whenever the botsave-file changes.