X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fanimated-mesh.h;h=3a4966b07bedd4c2a4c7ee2a116feaae60f98b85;hb=79e12d94cc21232477796a4e76fc2ddb5d88f9dc;hp=f44df1d0067b0553c639935b997443d23de04ba7;hpb=6343b5b67dfe68e1e7270ba6c100603f157d1b31;p=guile-irrlicht.git diff --git a/src/animated-mesh.h b/src/animated-mesh.h index f44df1d..3a4966b 100644 --- a/src/animated-mesh.h +++ b/src/animated-mesh.h @@ -22,9 +22,7 @@ #ifndef __GUILE_IRRLICHT_ANIMATED_MESH_H_INCLUDED__ #define __GUILE_IRRLICHT_ANIMATED_MESH_H_INCLUDED__ -extern "C" { - void - init_animated_mesh (void); -} +void +init_animated_mesh (void); #endif