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