Fix build error after C++ conversion.

git-svn-id: https://svn.eduke32.com/eduke32@3121 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
Plagman 2012-11-06 05:07:11 +00:00
parent 2b583ebf4c
commit b31d5c9d59

View file

@ -260,9 +260,7 @@ static gboolean on_startwin_delete_event(GtkWidget *widget, GdkEvent *event, gpo
// -- SUPPORT FUNCTIONS ------------------------------------------------------- // -- SUPPORT FUNCTIONS -------------------------------------------------------
extern "C" { extern const GdkPixdata startbanner_pixdata;
extern const GdkPixdata startbanner_pixdata;
}
static GdkPixbuf *load_banner(void) static GdkPixbuf *load_banner(void)
{ {