]> icculus.org git repositories - btb/d2x.git/blob - console/internal.h
set console background, fix whitespace
[btb/d2x.git] / console / internal.h
1 #ifndef _internal_h_
2 #define _internal_h_
3
4
5 #define PRINT_ERROR(X) fprintf(stderr, "ERROR in %s:%s(): %s\n", __FILE__, __FUNCTION__, X)
6
7 Uint32  DT_GetPixel(SDL_Surface *surface, int x, int y);
8 void    DT_PutPixel(SDL_Surface *surface, int x, int y, Uint32 pixel);
9
10
11 #endif /* _internal_h_ */
12
13