fixed more animation bugs, added rudimentary UI
[faros-demo] / src / geom.h
index 14ba125..fb8e60a 100644 (file)
@@ -6,6 +6,6 @@ void destroy_geom();
 
 void faros();
 void ground();
-void xlogo();
+void xlogo(float sz, float alpha, float xcircle);
 
 #endif /* GEOM_H_ */