Created a '.in' file for tp_magic_api.h header; generating in TP

Makefile. THIS makes the most sense. (I'm tired.)
This commit is contained in:
William Kendrick 2007-07-08 08:24:13 +00:00
parent f1dac48175
commit f61128527d
4 changed files with 15 additions and 11 deletions

View file

@ -44,7 +44,7 @@ typedef struct magic_api_t {
void (*hsvtorgb)(float, float, float, Uint8 *, Uint8 *, Uint8 *);
} magic_api;
#define TP_MAGIC_API_VERSION MAGICAPI_VERSION
#define TP_MAGIC_API_VERSION __APIVERSION__
#endif