X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Freference-counted.h;fp=src%2Freference-counted.h;h=f2a261315983051dc1f1cf3409d3017a05126daf;hp=a4ccfa798ef9ef3a3c7da7ba905a010f21997208;hb=480766c8e4e7272c21f69adf24b706aee20a5dba;hpb=70aa0b0ae288706f138a295f85c60fa6609b7198 diff --git a/src/reference-counted.h b/src/reference-counted.h index a4ccfa7..f2a2613 100644 --- a/src/reference-counted.h +++ b/src/reference-counted.h @@ -27,15 +27,9 @@ extern "C" { - DECLARE_WRAPPED_TYPE (irr::IReferenceCounted*, init_reference_counted_type, - reference_counted_p, wrap_reference_counted, unwrap_reference_counted); - void init_reference_counted (void); - bool - is_reference_counted_object (SCM wrapped_obj); - SCM irr_drop (SCM wrapped_obj);