brewpanel/dlgBrew.h

Sat, 07 Nov 2015 22:34:28 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 07 Nov 2015 22:34:28 +0100
changeset 410
e3f8a51b566a
parent 409
cdf68044adaf
child 412
f1a042a59b61
permissions
-rw-r--r--

Fixed compiling on systems without SDL libraries, and they don't need tha brewpanel program.

#ifndef	_DLGBREW_H
#define	_DLGBREW_H

#ifdef HAVE_SDL_SDL_H

int Dialog_BrewDlg(void);

#endif
#endif

mercurial