source: anuga_work/development/anugavis/src/libanugavis/error.h @ 5220

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

anugavis: Started work on simple height quantities.

File size: 242 bytes
Line 
1#ifndef ANUGAVIS_ERROR_H
2#define ANUGAVIS_ERROR_H
3
4/* Set the error message with a printf-style format string.
5 */
6void AnugaVis_SetError(const char *format, ...);
7
8/* Report a SDL error.
9 */
10void AnugaVis_SDLError(void);
11
12#endif
Note: See TracBrowser for help on using the repository browser.