diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-04-25 14:27:58 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-04-25 14:27:58 +0000 |
| commit | 96dbb537ee14f992459a8359a113a78414addf9d (patch) | |
| tree | 1d1e46e1dcda779dffca03c29bdfdf1fce66f3e4 /midend.c | |
| download | puzzles-96dbb537ee14f992459a8359a113a78414addf9d.zip puzzles-96dbb537ee14f992459a8359a113a78414addf9d.tar.gz puzzles-96dbb537ee14f992459a8359a113a78414addf9d.tar.bz2 puzzles-96dbb537ee14f992459a8359a113a78414addf9d.tar.xz | |
Initial checkin of a portable framework for writing small GUI puzzle
games.
[originally from svn r4138]
Diffstat (limited to 'midend.c')
| -rw-r--r-- | midend.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/midend.c b/midend.c new file mode 100644 index 0000000..2adbf9f --- /dev/null +++ b/midend.c @@ -0,0 +1,6 @@ +/* + * midend.c: general middle fragment sitting between the + * platform-specific front end and game-specific back end. + * Maintains a move list, takes care of Undo and Redo commands, and + * processes standard keystrokes for undo/redo/new/restart/quit. + */ |