Mercurial > wow > mylilpony
comparison libMyLilPony/readme.txt @ 1:7dfbf42c2d60
Initial commit of MyLilPony
author | syzler |
---|---|
date | Mon, 04 Apr 2011 04:43:05 +0000 |
parents | |
children | b1e344c17ab5 |
comparison
equal
deleted
inserted
replaced
0:f6a1d182682e | 1:7dfbf42c2d60 |
---|---|
1 libMyLilPony | |
2 Copyright (c) 2011 Syzler | |
3 | |
4 This program is free software: you can redistribute it and/or modify | |
5 it under the terms of the GNU General Public License as published by | |
6 the Free Software Foundation, either version 3 of the License, or | |
7 (at your option) any later version. | |
8 | |
9 This program is distributed in the hope that it will be useful, | |
10 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
12 GNU General Public License for more details. | |
13 | |
14 You should have received a copy of the GNU General Public License | |
15 along with this program. If not, see <http://www.gnu.org/licenses/>. | |
16 | |
17 ===================================================================== | |
18 | |
19 To use libMyLilPony in your own addon, add the following lines | |
20 to your TOC *in this order*, before you add any scripts that will | |
21 call libMyLilPony. Adjust the path if necessary - the following | |
22 case assumes you put the library in a subfolder called libMyLilPony | |
23 | |
24 # libMyLilPony 1.0.0 | |
25 libMyLilPony\libMyLilPony.lua | |
26 libMyLilPony\libMyLilPony_mountData.lua | |
27 libMyLilPony\libMyLilPony_mountFunctions.lua | |
28 libMyLilPony\libMyLilPony_miscFunctions.lua |