]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/raylib/demo/gui/gui.factor
classes.struct: moving to new/boa instead of <struct>/<struct-boa>
[factor.git] / extra / raylib / demo / gui / gui.factor
index 6e598212dfe9ec94e518a88213c562359a8a167f..32bb6fd698882ab507e53e21016b64f32bf9a10d 100644 (file)
@@ -12,7 +12,7 @@ IN: raylib.demo.gui
     60 set-target-fps ;
 
 : button-rec ( -- button )
-    50 50 100 100 Rectangle <struct-boa> ;
+    50 50 100 100 Rectangle boa ;
 
 : white-background ( -- )
     RAYWHITE clear-background ;