-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathload.xml
More file actions
31 lines (21 loc) · 815 Bytes
/
load.xml
File metadata and controls
31 lines (21 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<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">
<!--
<Include file = "..\..\sharedxml\hybridscrollframe.xml"/>
<Include file = "template.xml"/>
-->
<include file = "libs\libs.xml" />
<script file = "init.lua" />
<include file = "db\db.xml" />
<include file = "Locale\Locale.xml" />
<script file = "MapAgent.lua" />
<script file = "db-extra.lua" />
<script file = "main.lua" />
<script file = "map.lua" />
<script file = "comm.lua" />
<script file = "util.lua" />
<script file = "setting.lua" />
<script file = "external-Questie.lua" />
<include file = "dev\dev.xml" />
<!-- <include file = "Bindings.xml" /> -->
</Ui>