X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-environment.h;h=d621b84284ad32cd358184a67e47cea09ee7df58;hb=41a6ad96e81a8d8153c54877c4c12f61100677a9;hp=95b927745360dd415ba731b1165c73eb80468ea2;hpb=6343b5b67dfe68e1e7270ba6c100603f157d1b31;p=guile-irrlicht.git 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