]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/box3d.h
event-receiver
[guile-irrlicht.git] / src / box3d.h
index 75b34825e8fc21b2a5fc6736d8c9ec58a4638382..4bb2731dcc72ffc893477086b47c1ff5f124fe9b 100644 (file)
 #include <libguile.h>
 
 SCM
-irr_core_aabbox3d_addInternalPoint (SCM box3d,
-                                    SCM point);
+core_aabbox3d_addInternalPoint (SCM box3d,
+                                SCM point);
 
 SCM
-irr_core_aabbox3d_make ();
+core_aabbox3d_make ();
 
 SCM
-irr_core_aabbox3d_reset (SCM box3d,
-                         SCM init_value);
+core_aabbox3d_reset (SCM box3d,
+                     SCM init_value);
 
 extern "C" {
   void