summaryrefslogtreecommitdiffstats
path: root/sdl/sdltools.h
blob: 852096fd4e064139ecdf552401a0f12331313391 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _SDL_TOOLS_
#define _SDL_TOOLS_

extern const char *arrow[];

/* function prototypes */
extern void sdlFrameControl(unsigned int);
SDL_Cursor *sdlInitCursor(const char *image[]);
unsigned int sdlTimerCallback(unsigned int, void *);
GLuint sdltLoadGLTexture(SDL_Surface *, GLfloat *);

#endif