added sound option for video
[livewp] / applet / src / livewp-rules.h
index 38b8d46..ccefbf6 100644 (file)
@@ -26,6 +26,7 @@
 /*******************************************************************************/
 #include <time.h>
 #include "livewp-astro.h"
+#include "livewp-common.h" 
 /*******************************************************************************/
 #define TIME_DAY        0
 #define TIME_NIGHT      3 
@@ -47,5 +48,8 @@ int get_daytime();
 int get_moon_phase();
 time_t get_next_sunrise();
 time_t get_next_sunset();
+gint fast_rnd(gint max);
+void get_sun_screen_pos(double alt, double azm, gint * x, gint * y);
+
 /*******************************************************************************/
 #endif