Just one left anyways :p Added link to iup website to iup example.
This commit is contained in:
parent
c74201eff1
commit
22b7839651
|
@ -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");
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue