#ifndef H_BACKGROUND #define H_BACKGROUND #include #include void draw_background(time_t time, bool lamp_on); void gen_stars(void); #endif