source: anuga_work/development/anugavis/src/libanugavis/anugavis.h @ 5216

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

Separated src into src/anugavis_simple and src/libanugavis.

File size: 219 bytes
Line 
1#ifndef ANUGAVIS_H
2#define ANUGAVIS_H
3
4extern int AnugaVis_Init(void);
5extern void AnugaVis_DeInit(void);
6
7extern char* AnugaVis_GetError(void);
8extern void AnugaVis_SetError(const char *format, ...);
9
10#endif
Note: See TracBrowser for help on using the repository browser.