comparison main.lua @ 20:2f3e45fcb9e2

Version 0.40 (dummy checkin)
author Flick <flickerstreak@gmail.com>
date Tue, 22 May 2007 16:39:02 +0000
parents 639282f3a0e0
children 90bf38d48efd
comparison
equal deleted inserted replaced
19:52a1252bce0d 20:2f3e45fcb9e2
2 -- 2 --
3 -- Top-level file for the ReAction Action Bar add-on 3 -- Top-level file for the ReAction Action Bar add-on
4 -- 4 --
5 -- implemented in terms of the Ace 2 development framework library: http://www.wowace.com 5 -- implemented in terms of the Ace 2 development framework library: http://www.wowace.com
6 -- 6 --
7
7 8
8 -- Ace Library local object initialization 9 -- Ace Library local object initialization
9 local L = AceLibrary("AceLocale-2.2"):new("ReAction") 10 local L = AceLibrary("AceLocale-2.2"):new("ReAction")
10 local dewdrop = AceLibrary("Dewdrop-2.0") 11 local dewdrop = AceLibrary("Dewdrop-2.0")
11 local tablet = AceLibrary("Tablet-2.0") 12 local tablet = AceLibrary("Tablet-2.0")