brewco/setup.h

Sun, 27 Dec 2015 17:18:58 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 27 Dec 2015 17:18:58 +0100
changeset 476
8f159cd4f5fc
parent 473
fdd30e935079
permissions
-rw-r--r--

Moved mash added question to after mash rest mash-in step.

#ifndef _SETUP_H
#define	_SETUP_H


void editInteger(int *, int, int, int, char *, char *);
void editUnit(units_list *);
void addUnit(int);
void setup(void);

#endif

mercurial