Introduced a new function in every game which formats a game_state
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 1 May 2005 12:53:41 +0000 (12:53 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 1 May 2005 12:53:41 +0000 (12:53 +0000)
commit9b4b03d31e30089e9f45f6ea166561c4c0c25a9c
treea8168dfaeb265abc278f9b9ff7897ecd0d911bb9
parent1d228b10b0f6bbc1fffb5442d2ad934a5e6aaaed
Introduced a new function in every game which formats a game_state
as text. This is used by front ends to implement copy-to-clipboard.
Currently the function does nothing (and is disabled) in every game
except Solo, but it's a start.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@5724 cda61777-01e9-0310-a592-d414129be87e
14 files changed:
cube.c
fifteen.c
gtk.c
midend.c
net.c
netslide.c
nullgame.c
osx.m
pattern.c
puzzles.h
rect.c
sixteen.c
solo.c
twiddle.c