diff options
| author | Simon Tatham <anakin@pobox.com> | 2009-01-06 23:26:18 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2009-01-06 23:26:18 +0000 |
| commit | 7888d8db677e25d2401914e6aacb1be02301d15f (patch) | |
| tree | 6ac55e8e3de6d26d56d521a986e1fd898f0b2dd0 /puzzles.h | |
| parent | 6328483bb4206bed33e261e39b1a4d416adf2032 (diff) | |
| download | puzzles-7888d8db677e25d2401914e6aacb1be02301d15f.zip puzzles-7888d8db677e25d2401914e6aacb1be02301d15f.tar.gz puzzles-7888d8db677e25d2401914e6aacb1be02301d15f.tar.bz2 puzzles-7888d8db677e25d2401914e6aacb1be02301d15f.tar.xz | |
Patch from James H to enable a single monolithic binary to be built
alongside the individual puzzle binaries, on Windows only. (MacOS
already has it, of course; Unix would require about as much work
again.)
[originally from svn r8396]
Diffstat (limited to 'puzzles.h')
| -rw-r--r-- | puzzles.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -259,6 +259,7 @@ char *midend_deserialise(midend *me, void *rctx); /* Printing functions supplied by the mid-end */ char *midend_print_puzzle(midend *me, document *doc, int with_soln); +int midend_tilesize(midend *me); /* * malloc.c |