brewco/rdsession.h

Wed, 02 Dec 2015 17:16:41 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 02 Dec 2015 17:16:41 +0100
changeset 443
6b80a37fdf8d
parent 441
bde74a8f2ad7
child 474
fe1c3e3e90dc
permissions
-rw-r--r--

Added programming display CGRAM. Added display of characters from CGRAM. Changed prompts to allow free prompt strings. More code for the brewsystem unit editor.

441
bde74a8f2ad7 Added automate state file.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 #ifndef _RDSESSION_H
bde74a8f2ad7 Added automate state file.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2 #define _RDSESSION_H
bde74a8f2ad7 Added automate state file.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3
bde74a8f2ad7 Added automate state file.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4
bde74a8f2ad7 Added automate state file.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
5 int rdsession(brew_session *brew);
bde74a8f2ad7 Added automate state file.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6 int wrsession(brew_session *brew);
bde74a8f2ad7 Added automate state file.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7
bde74a8f2ad7 Added automate state file.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8
bde74a8f2ad7 Added automate state file.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
9 #endif

mercurial