X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Fwrapped.h;fp=src%2Fwrapped.h;h=1f61d9559e13231eb11e01559b2663da1a75bc55;hp=2412d7eab0907ab46d02c098457d8eeedf73fb93;hb=2806f03eafc48ec9ef02a3dc2d74133eaf11ccc1;hpb=a8ec20de5146479a15d388393b37bbf3e346f619 diff --git a/src/wrapped.h b/src/wrapped.h index 2412d7e..1f61d95 100644 --- a/src/wrapped.h +++ b/src/wrapped.h @@ -19,6 +19,9 @@ . */ +#ifndef __GUILE_IRRLICHT_WRAPPED_H_INCLUDED__ +#define __GUILE_IRRLICHT_WRAPPED_H_INCLUDED__ + #include #define DECLARE_WRAPPED_TYPE(TYPE, INIT, PRED, WRAP, UNWRAP) \ @@ -70,3 +73,5 @@ { \ return SCM_IS_A_P (wrapped_obj, wrapped_type); \ } + +#endif