source: anuga_work/development/anugavis/src/events.h @ 5261

Last change on this file since 5261 was 5261, checked in by jack, 16 years ago

AnugaVis?: read lists of x and y points from NetCDF file.

File size: 312 bytes
Line 
1#ifndef EVENTS_H
2#define EVENTS_H
3
4/* Execute a single step of the visualiser. Provided for situations
5 * where two event loops may conflict. Returns 0 if it's time to quit.
6 */
7extern int AnugaVis_Step(void);
8
9/* Run the visualiser until the user quits.
10 */
11extern void AnugaVis_Run(void);
12
13#endif
Note: See TracBrowser for help on using the repository browser.