annotate libMyLilPony/libMyLilPony.lua @ 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 -- This file contains initial declarations for the library
|
syzler@1
|
18 -- Make sure it loads first :P
|
syzler@1
|
19
|
syzler@1
|
20 MyLilPony = {}
|
syzler@1
|
21
|
syzler@1
|
22 MYLILPONY_VERSION = "1.0.0";
|
syzler@1
|
23 MYLILPONY_DEBUG_LOGGING = false;
|