mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
I neglected to test the new party-hide implementation on pre-10.0. It was not fully implemented. This implementation is from Pitbull4 and is more complicated than I need, but certainly does the job and allows for some future usage if needed. Fixes wowace ticket #330
25 lines
1.3 KiB
XML
25 lines
1.3 KiB
XML
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
|
|
<!--@non-debug@
|
|
<Script file="libs\LibStub\LibStub.lua"/>
|
|
<Script file="libs\CallbackHandler-1.0\CallbackHandler-1.0.lua"/>
|
|
<Include file="libs\AceDB-3.0\AceDB-3.0.xml"/>
|
|
<Include file="libs\AceDBOptions-3.0\AceDBOptions-3.0.xml"/>
|
|
<Include file="libs\AceGUI-3.0\AceGUI-3.0.xml"/>
|
|
<Include file="libs\AceConfig-3.0\AceConfig-3.0.xml"/>
|
|
<Include file="libs\AceEvent-3.0\AceEvent-3.0.xml"/>
|
|
<Include file="libs\AceTimer-3.0\AceTimer-3.0.xml"/>
|
|
<Include file="libs\AceConsole-3.0\AceConsole-3.0.xml"/>
|
|
<Include file="libs\AceAddon-3.0\AceAddon-3.0.xml"/>
|
|
<Include file="libs\AceLocale-3.0\AceLocale-3.0.xml"/>
|
|
<Include file="libs\AceHook-3.0\AceHook-3.0.xml"/>
|
|
<Include file="libs\LibDogTag-3.0\lib.xml"/>
|
|
<Include file="libs\LibDogTag-Unit-3.0\lib.xml"/>
|
|
<Script file="libs\LibRangeCheck-2.0\LibRangeCheck-2.0.lua"/>
|
|
<Include file="libs\LibSharedMedia-3.0\lib.xml"/>
|
|
<Include file="libs\AceGUI-3.0-SharedMediaWidgets\widget.xml"/>
|
|
<Script file="LibDataBroker-1.1.lua"/>
|
|
<Script file="libs\LibDBIcon-1.0\LibDBIcon-1.0.lua"/>
|
|
<Script file="libs\LibDualSpec-1.0\LibDualSpec-1.0.lua"/>
|
|
@end-non-debug@-->
|
|
</Ui>
|