root/core/gui_space.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef GUI_SPACE_H
   2 #define GUI_SPACE_H
   3 
   4 // CHDK Free Space OSD interface
   5 
   6 // Note: used in modules and platform independent code. 
   7 // Do not add platform dependent stuff in here (#ifdef/#endif compile options or camera dependent values)
   8 
   9 //-------------------------------------------------------------------
  10 
  11 extern unsigned long get_space_perc();
  12 extern void gui_space_draw_osd(int is_osd_edit);
  13 
  14 //-------------------------------------------------------------------
  15 #endif

/* [<][>][^][v][top][bottom][index][help] */