comparison Buttons.lua @ 17:639282f3a0e0

More cleanup of main.lua, ReBound-1.0.lua
author Flick <flickerstreak@gmail.com>
date Fri, 23 Mar 2007 19:28:30 +0000
parents 2735edcf9ab7
children 90bf38d48efd
comparison
equal deleted inserted replaced
16:832aab6fed49 17:639282f3a0e0
2 -- 2 --
3 -- Defines button types for use with the ReAction AddOn 3 -- Defines button types for use with the ReAction AddOn
4 -- 4 --
5 5
6 local AceOO = AceLibrary("AceOO-2.0") 6 local AceOO = AceLibrary("AceOO-2.0")
7 local ReBound = AceLibrary("ReBound-1.0"):new("REACTION") 7 local ReBound = AceLibrary("ReBound-1.0"):new("ReAction")
8 8
9 local Action = AceOO.Class( 9 local Action = AceOO.Class(
10 ReAction, 10 ReAction,
11 ReAction.ActionType, 11 ReAction.ActionType,
12 ReAction.ActionDisplay, 12 ReAction.ActionDisplay,