diff options
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. + */ |