]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/device.h
Use pointers directly from guile to C and viceversa
[guile-irrlicht.git] / src / device.h
index 158e51da1e325d8d72ab867d647ab24535b02670..8bfb217805714b7c24345a27e7d3a9c365662a8d 100644 (file)
@@ -43,6 +43,10 @@ extern "C" {
                     SCM vsync,
                     SCM receiver);
 
+  SCM
+  irr_IrrlichtDevice_setWindowCaption (SCM wrapped_device,
+                                       SCM text);
+
   SCM
   irr_getTimer (SCM wrapped_device);
 
@@ -60,10 +64,6 @@ extern "C" {
   irr_setResizable (SCM wrapped_device,
                     SCM resize);
 
-  SCM
-  irr_setWindowCaption (SCM wrapped_device,
-                        SCM text);
-
   SCM
   irr_yield (SCM wrapped_device);