source: anuga_work/development/anugavis/src/init.h @ 5587

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

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

File size: 296 bytes
Line 
1#ifndef INIT_H
2#define INIT_H
3
4/* Start and stop the visualiser. AnugaVis_Init() returns -1 on
5 * error. To get detailed error information, use AnugaVis_GetError().
6 */
7extern int AnugaVis_Init(int width, int height, const char *swwFilePath);
8extern void AnugaVis_DeInit(void);
9
10#endif
Note: See TracBrowser for help on using the repository browser.