Changes between Version 21 and Version 22 of GraphicsApi
- Timestamp:
- Jan 28, 2008, 7:43:36 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GraphicsApi
v21 v22 51 51 52 52 The application must supply the following functions: 53 {{{ 54 void app_graphics_init(); 55 }}} 56 Called once, after the window has been created. 53 57 {{{ 54 58 void app_graphics_render(int xs, ys, double time_of_day);