brewpanel/dlgBrew.h

Thu, 25 Apr 2024 15:10:37 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 25 Apr 2024 15:10:37 +0200
changeset 710
abe60578d695
parent 637
21e542c15832
permissions
-rw-r--r--

Moved webcam scripts over to this www directory. Upgraded jquery to 2.1.1 (still old).

#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