]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/reference-counted.h
vector3d
[guile-irrlicht.git] / src / reference-counted.h
index a4ccfa798ef9ef3a3c7da7ba905a010f21997208..13d84373b689a73993c5c6a3074e403d4b086a9f 100644 (file)
 #include <libguile.h>
 
 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);
-
 }
 
 #endif