annotate _requires.xml @ 10:f93b554bb7cf
class implementation,
Icon class for Raid Target Icons
author |
Jay Bird <a4blank@yahoo.com> |
date |
Sun, 28 Nov 2010 18:59:31 +0300 |
parents |
6e160ec1ef0f |
children |
d2cbfe498c4d |
rev |
line source |
a4blank@8
|
1
|
a4blank@8
|
2 <Ui xmlns="http://www.blizzard.com/wow/ui/">
|
a4blank@8
|
3 <Script file="libs\LibStub\LibStub.lua"/>
|
a4blank@8
|
4 <Include file="libs\AceAddon-3.0\AceAddon-3.0.xml"/>
|
a4blank@8
|
5 <Include file="libs\CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
|
a4blank@8
|
6 <Include file="libs\AceEvent-3.0\AceEvent-3.0.xml"/>
|
a4blank@8
|
7 <Include file="libs\AceConsole-3.0\AceConsole-3.0.xml"/>
|
a4blank@8
|
8 <Include file="libs\AceLocale-3.0\AceLocale-3.0.xml"/>
|
a4blank@8
|
9
|
a4blank@8
|
10 <Script file="libs/LibDataBroker/LibDataBroker-1.1.lua"/>
|
a4blank@8
|
11 <Script file="libs/LibDBIcon-1.0/LibDBIcon-1.0.lua"/>
|
a4blank@8
|
12 </Ui>
|