Changes between Version 5 and Version 6 of GraphicsApiOld


Ignore:
Timestamp:
Aug 16, 2007, 8:58:37 AM (17 years ago)
Author:
Nicolas
Comment:

Removed indentation on function prototypes

Legend:

Unmodified
Added
Removed
Modified
  • GraphicsApiOld

    v5 v6  
    3737
    3838{{{
    39     void app_graphics_render(int xs, ys, double time_of_day);
     39void app_graphics_render(int xs, ys, double time_of_day);
    4040}}}
    4141
     
    4343
    4444{{{
    45     void app_graphics_init();
     45void app_graphics_init();
    4646}}}
    4747
     
    4949
    5050{{{
    51     void app_graphics_resize(int x, int y);
     51void app_graphics_resize(int x, int y);
    5252}}}
    5353
     
    5555
    5656{{{
    57     void app_graphics_reread_prefs();
     57void app_graphics_reread_prefs();
    5858}}}
    5959
     
    6161
    6262{{{
    63     boinc_parse_init_data_file();
    64     boinc_get_init_data(APP_INIT_DATA&);
     63boinc_parse_init_data_file();
     64boinc_get_init_data(APP_INIT_DATA&);
    6565}}}
    6666
     
    130130
    131131{{{
    132     int boinc_init_options_graphics(BOINC_OPTIONS&, WORKER_FUNC_PTR worker);
     132int boinc_init_options_graphics(BOINC_OPTIONS&, WORKER_FUNC_PTR worker);
    133133}}}
    134134
     
    136136
    137137{{{
    138     int boinc_init_options_graphics(BOINC_OPTIONS&, NULL);
     138int boinc_init_options_graphics(BOINC_OPTIONS&, NULL);
    139139}}}
    140140