mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
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:
parent
2b583ebf4c
commit
b31d5c9d59
1 changed files with 1 additions and 3 deletions
|
@ -260,9 +260,7 @@ static gboolean on_startwin_delete_event(GtkWidget *widget, GdkEvent *event, gpo
|
|||
|
||||
|
||||
// -- SUPPORT FUNCTIONS -------------------------------------------------------
|
||||
extern "C" {
|
||||
extern const GdkPixdata startbanner_pixdata;
|
||||
}
|
||||
extern const GdkPixdata startbanner_pixdata;
|
||||
|
||||
static GdkPixbuf *load_banner(void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue