From http://www.jwz.org/xscreensaver/xscreensaver-5.30.tar.gz
[xscreensaver] / hacks / glx / sphere.h
index 96d951463d8f433382599a3211f02ce411256e08..98523775b6724b075aab14bf04b278436a06e030 100644 (file)
@@ -1,4 +1,4 @@
-/* sphere, Copyright (c) 2001-2008 Jamie Zawinski <jwz@jwz.org>
+/* sphere, Copyright (c) 2001-2014 Jamie Zawinski <jwz@jwz.org>
  * Utility function to create a unit sphere in GL.
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
@@ -19,5 +19,6 @@
    Returns number of polygons used.
  */
 extern int unit_sphere (int stacks, int slices, int wire_p);
+extern int unit_dome (int stacks, int slices, int wire_p);
 
 #endif /* __SPHERE_H__ */