source: anuga_work/development/anugavis/src/anugavis.h @ 5215

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

Removed ax_check_glut.m4 as we use SDL and not GLUT.
Added basic initialisation funcs.

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.