X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Fgui-environment.h;h=d621b84284ad32cd358184a67e47cea09ee7df58;hp=95b927745360dd415ba731b1165c73eb80468ea2;hb=41a6ad96e81a8d8153c54877c4c12f61100677a9;hpb=bf2cb00e2ef19e2eb33557f900405f836ebe65a3 diff --git a/src/gui-environment.h b/src/gui-environment.h index 95b9277..d621b84 100644 --- a/src/gui-environment.h +++ b/src/gui-environment.h @@ -22,9 +22,7 @@ #ifndef __GUILE_IRRLICHT_GUI_ENVIRONMENT_H_INCLUDED__ #define __GUILE_IRRLICHT_GUI_ENVIRONMENT_H_INCLUDED__ -extern "C" { - void - init_gui_environment (void); -} +void +init_gui_environment (void); #endif