Go to file
onpon4 288d96a39b Include SDL headers properly.
Using <SDL/SDL.h>, or in this case <SDL2/SDL.h>, and others like this
is not the proper way to include SDL headers. The proper way is to
pass the -lSDL2 flag to the compiler. The place I put it might be
awkward, but I'm planning to replace this hand-written makefile with
Autoconf/Automake scripts, anyway.
2015-03-01 14:26:14 -05:00
data Fixed a typo. 2015-02-27 19:21:20 -05:00
docs Explicitly indicate that data and docs foldlers are all under the GPL. 2015-02-27 12:23:06 -05:00
gfx Added LICENSES, gave it graphics license info, replaced badly-licensed stuff 2015-02-27 12:09:51 -05:00
music Changed Klein's position in the final battle. 2015-02-28 18:56:24 -05:00
sound Replaced all sound effects with the plain Ogg sound effects from 1.2. 2015-02-26 09:06:50 -05:00
src Include SDL headers properly. 2015-03-01 14:26:14 -05:00
.gitignore Added .gitignore. 2015-02-26 10:11:44 -05:00
COPYING Added a copy of the GNU GPL. 2015-02-26 11:11:10 -05:00
LICENSES Simplified the credits. 2015-02-27 13:10:30 -05:00
Makefile Include SDL headers properly. 2015-03-01 14:26:14 -05:00