source:
anuga_work/development/anugavis/src/libanugavis/anugavis.h
@
5216
Last change on this file since 5216 was 5216, checked in by jack, 15 years ago | |
---|---|
File size: 219 bytes |
Line | |
---|---|
1 | #ifndef ANUGAVIS_H |
2 | #define ANUGAVIS_H |
3 | |
4 | extern int AnugaVis_Init(void); |
5 | extern void AnugaVis_DeInit(void); |
6 | |
7 | extern char* AnugaVis_GetError(void); |
8 | extern void AnugaVis_SetError(const char *format, ...); |
9 | |
10 | #endif |
Note: See TracBrowser
for help on using the repository browser.