brewpanel/dlgBrew.h

changeset 412
f1a042a59b61
parent 410
e3f8a51b566a
child 425
c51265b518ce
equal deleted inserted replaced
411:ae85e91dcc58 412:f1a042a59b61
1 #ifndef _DLGBREW_H 1 #ifndef _DLGBREW_H
2 #define _DLGBREW_H 2 #define _DLGBREW_H
3 3
4 #ifdef HAVE_SDL_SDL_H 4 #ifdef HAVE_SDL_SDL_H
5 5
6 int Dialog_BrewDlg(void); 6 int Dialog_LCDinit(int *x, int *y, int *w, int *h, int *cols, int *rows, int index);
7 int Dialog_BrewDlg(void);
7 8
8 #endif 9 #endif
9 #endif 10 #endif

mercurial