- switched from LSM-2 to LSM-3

This commit is contained in:
Parnic
2008-06-14 18:11:06 +00:00
parent 75a04850d6
commit b9e6799078
5 changed files with 245 additions and 5 deletions

View File

@ -1,5 +1,5 @@
local AceOO = AceLibrary("AceOO-2.0")
local SML = AceLibrary("LibSharedMedia-2.0")
local SML = AceLibrary("LibSharedMedia-3.0")
IceElement = AceOO.Class("AceEvent-2.0")
IceElement.virtual = true