source:
trunk/anuga_work/development/anugavis/src/init.h
@
7924
Last change on this file since 7924 was 5261, checked in by , 17 years ago | |
---|---|
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 | */ |
7 | extern int AnugaVis_Init(int width, int height, const char *swwFilePath); |
8 | extern void AnugaVis_DeInit(void); |
9 | |
10 | #endif |
Note: See TracBrowser
for help on using the repository browser.