brewpanel/dlgBrew.h

Mon, 22 Apr 2024 20:58:55 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 22 Apr 2024 20:58:55 +0200
changeset 697
685f20ad87ed
parent 637
21e542c15832
permissions
-rw-r--r--

The global settings screen added. No Save function yet.

#ifndef	_DLGBREW_H
#define	_DLGBREW_H

#ifdef HAVE_SDL2_SDL_H

int  Dialog_LCDinit(int *x, int *y, int *w, int *h, int *cols, int *rows, int index);
int  Dialog_BrewDlg(int fermenter);

#endif
#endif

mercurial