Forgot to commit new APIs (still need doc'd)

This commit is contained in:
William Kendrick 2007-07-11 16:14:52 +00:00
parent 1f0d12ba91
commit 516d913692

View file

@ -42,6 +42,9 @@ typedef struct magic_api_t {
int (*button_down)(void);
void (*rgbtohsv)(Uint8, Uint8, Uint8, float *, float *, float *);
void (*hsvtorgb)(float, float, float, Uint8 *, Uint8 *, Uint8 *);
int canvas_w;
int canvas_h;
SDL_Surface * (*scale)(SDL_Surface *, int, int, int);
} magic_api;
#define TP_MAGIC_API_VERSION __APIVERSION__