New journal event command

Redundant information, but makes the journal easier to read.  The
redundancy might help making a journal replay tool robust.

Put it in Hvy Metal II now to gather some real data.
This commit is contained in:
Markus Armbruster 2008-07-29 07:48:28 -04:00
parent 52acb4fb3c
commit 83fcc79bca
3 changed files with 11 additions and 0 deletions

View file

@ -41,6 +41,7 @@ void journal_login(void);
void journal_logout(void);
void journal_prng(unsigned);
void journal_input(char *);
void journal_command(char *);
void journal_update(int);
#endif