syzler@1: libMyLilPony syzler@1: Copyright (c) 2011 Syzler syzler@1: syzler@1: This program is free software: you can redistribute it and/or modify syzler@1: it under the terms of the GNU General Public License as published by syzler@1: the Free Software Foundation, either version 3 of the License, or syzler@1: (at your option) any later version. syzler@1: syzler@1: This program is distributed in the hope that it will be useful, syzler@1: but WITHOUT ANY WARRANTY; without even the implied warranty of syzler@1: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the syzler@1: GNU General Public License for more details. syzler@1: syzler@1: You should have received a copy of the GNU General Public License syzler@1: along with this program. If not, see . syzler@1: syzler@1: ===================================================================== syzler@1: syzler@1: To use libMyLilPony in your own addon, add the following lines syzler@1: to your TOC *in this order*, before you add any scripts that will syzler@1: call libMyLilPony. Adjust the path if necessary - the following syzler@1: case assumes you put the library in a subfolder called libMyLilPony syzler@1: syzler@1: # libMyLilPony 1.0.0 syzler@1: libMyLilPony\libMyLilPony.lua syzler@1: libMyLilPony\libMyLilPony_mountData.lua syzler@1: libMyLilPony\libMyLilPony_mountFunctions.lua syzler@1: libMyLilPony\libMyLilPony_miscFunctions.lua