#ifndef INIT_H #define INIT_H /* Start and stop the visualiser. AnugaVis_Init() returns -1 on * error. To get detailed error information, use AnugaVis_GetError(). */ extern int AnugaVis_Init(int width, int height, const char *swwFilePath); extern void AnugaVis_DeInit(void); #endif