X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Freference-counted.h;h=47cf799ca2d1712a67c963bddb95453eb5bd7b5f;hb=73e48b7e6472724899af8284491802e950156004;hp=f2a261315983051dc1f1cf3409d3017a05126daf;hpb=2806f03eafc48ec9ef02a3dc2d74133eaf11ccc1;p=guile-irrlicht.git diff --git a/src/reference-counted.h b/src/reference-counted.h index f2a2613..47cf799 100644 --- a/src/reference-counted.h +++ b/src/reference-counted.h @@ -22,17 +22,9 @@ #ifndef __GUILE_IRRLICHT_REFERENCE_COUNTED_H_INCLUDED__ #define __GUILE_IRRLICHT_REFERENCE_COUNTED_H_INCLUDED__ -#include -#include - extern "C" { - void init_reference_counted (void); - - SCM - irr_drop (SCM wrapped_obj); - } #endif