Changes between Version 21 and Version 22 of GraphicsApi


Ignore:
Timestamp:
Jan 28, 2008, 7:43:36 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GraphicsApi

    v21 v22  
    5151
    5252The application must supply the following functions:
     53{{{
     54void app_graphics_init();
     55}}}
     56Called once, after the window has been created.
    5357{{{
    5458void app_graphics_render(int xs, ys, double time_of_day);