=== modified file 'gui/gui.h'
--- gui/gui.h	2009-03-28 09:31:01 +0000
+++ gui/gui.h	2009-04-26 16:08:22 +0000
@@ -542,6 +542,7 @@
 std::auto_ptr<Gui> createFBGui(unsigned long xid, float scale, bool loop, unsigned int depth);
 std::auto_ptr<Gui> createAQUAGui(unsigned long xid, float scale, bool loop, unsigned int depth);
 std::auto_ptr<Gui> createRISCOSGui(unsigned long xid, float scale, bool loop, unsigned int depth);
+std::auto_ptr<Gui> createAOS4Gui(unsigned long xid, float scale, bool loop, unsigned int depth);
 std::auto_ptr<Gui> createDumpGui(unsigned long xid, float scale, bool loop, unsigned int depth);
 
  

