brewpanel/dlgBrew.h

Sun, 14 Apr 2024 14:41:38 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 14 Apr 2024 14:41:38 +0200
changeset 677
c867eb3f7fc1
parent 637
21e542c15832
permissions
-rw-r--r--

Server json unit data list added

#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