pass LDFLAGS to compiler at link time
[tennix.git] / credits.h
blob2c646eda78d22684c553c559c1b2ab0b76b797e4
2 /**
4 * Tennix! SDL Port
5 * Copyright (C) 2003, 2007, 2008, 2009 Thomas Perl <thp@thpinfo.com>
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; either version 2
10 * of the License, or (at your option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20 * MA 02110-1301, USA.
22 **/
24 #include "tennix.h"
26 #define CREDITS_EMPTY_TEXT " "
27 #define CREDITS_DURATION 3000
28 #define CREDITS_OFFSET 500
30 const char* credits_text[] = {
31 "Tennix Classic Championship Tour 2011",
32 "Version " VERSION " (2011-02-10)",
33 CREDITS_EMPTY_TEXT,
34 "Code, graphics and idea by",
35 "Thomas Perl (thp.io)",
36 CREDITS_EMPTY_TEXT,
37 "Public domain artwork by",
38 "http://en.wikipedia.org/wiki/User:Ivan",
39 "http://fr.wikipedia.org/wiki/Utilisateur:Arnaud_25",
40 "http://en.wikipedia.org/wiki/User:Aleksmot",
41 "http://commons.wikimedia.org/wiki/User:Alexisrael",
42 "http://commons.wikimedia.org/wiki/User:Vardion",
43 #ifdef NONFREE_LOCATIONS
44 CREDITS_EMPTY_TEXT,
45 "Additional artwork by",
46 "Martin Third (http://flickr.com/photos/mthird3rd/471720012/)",
47 #endif
48 CREDITS_EMPTY_TEXT,
49 "Using SDL_rotozoom by",
50 "A. Schiffler",
51 CREDITS_EMPTY_TEXT,
52 "Visit the Tennix website:",
53 URL,
54 CREDITS_EMPTY_TEXT,
55 CREDITS_EMPTY_TEXT,
56 "Thanks for playing and send some feedback.",
57 CREDITS_EMPTY_TEXT,
58 CREDITS_EMPTY_TEXT,
59 NULL