brewco/setup.h

Fri, 04 Dec 2015 22:57:23 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 04 Dec 2015 22:57:23 +0100
changeset 445
3ec477cda546
parent 442
1193bd7d460f
child 473
fdd30e935079
permissions
-rw-r--r--

Changed internal storage of temperatures to float. Added 2 prompts. Added editors for float and integer values. Added most of brewunit edit functions.

#ifndef _SETUP_H
#define	_SETUP_H


void editUnit(units_list *);
void addUnit(int);
void setup(void);

#endif

mercurial