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=a4ccfa798ef9ef3a3c7da7ba905a010f21997208;hp=f2a261315983051dc1f1cf3409d3017a05126daf;hb=bc651faafe0ae75fd7f09c5318cf21bc0bc3b5a5;hpb=8876c6e31fddf00f9764d9fe73930d8dc8fc6c4a diff --git a/src/reference-counted.h b/src/reference-counted.h index f2a2613..a4ccfa7 100644 --- a/src/reference-counted.h +++ b/src/reference-counted.h @@ -27,9 +27,15 @@ 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);