]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - examples/hello.scm
Rename device functions
[guile-irrlicht.git] / examples / hello.scm
index cee3c64ff813554ad14b155fcf9316795f15e3a4..11c9bb8a9aa9fb17ed6a46c716fdec8af45c6bff 100644 (file)
@@ -26,6 +26,6 @@
 
 (set-window-caption! device "Hello World!")
 
-(while (run? device))
+(while (device-run? device))
 
-(drop! device)
+(device-drop! device)