shithub: puzzles

Download patch

ref: cc545532268b04e05005bf65f53f0a1ba39335ba
parent: 46fa25240e2e1609c4431a639f6e9c4bb6f50b39
author: Simon Tatham <anakin@pobox.com>
date: Mon Jan 17 08:48:57 EST 2005

Rather than each game backend file exporting a whole load of
functions and a couple of variables, now each one exports a single
structure containing a load of function pointers and said variables.
This should make it easy to support platforms on which it's sensible
to compile all the puzzles into a single monolithic application. The
two existing platforms are still one-binary-per-game.

[originally from svn r5126]