brewpanel/dlgBrew.h

Sun, 08 Nov 2015 20:30:04 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 08 Nov 2015 20:30:04 +0100
changeset 415
d9b7e0705f56
parent 412
f1a042a59b61
child 425
c51265b518ce
permissions
-rw-r--r--

Added cursor control, but no blinking yet.

#ifndef	_DLGBREW_H
#define	_DLGBREW_H

#ifdef HAVE_SDL_SDL_H

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

#endif
#endif

mercurial