Go to file
Guus Sliepen 878e559b6a Flatten objects which only contain static functions.
There is no reason to have objects which contain only static functions
and no variables. These functions have been moved to the global
namespace and are now defined in .cpp files. The math functions are very
small and have been put in math.h and made static inline.
2011-08-26 23:27:16 +02:00
code Flatten objects which only contain static functions. 2011-08-26 23:27:16 +02:00
data Import data/ directory. 2011-08-26 14:50:08 +02:00
docs Import of version 1.1 minus music, sound and graphics. 2011-08-24 14:14:44 +02:00
makefile Add pack/unpack utilities. 2011-08-26 14:46:44 +02:00
pack.py Add pack/unpack utilities. 2011-08-26 14:46:44 +02:00
unpack.py Add pack/unpack utilities. 2011-08-26 14:46:44 +02:00