Added Magic tool API version API.

This commit is contained in:
William Kendrick 2007-07-08 07:53:39 +00:00
parent abf6a2a1bb
commit 73b8464b75
22 changed files with 85 additions and 172 deletions

View file

@ -29,6 +29,8 @@ int fade_darken_init(magic_api * api)
return(1);
}
Uint32 fade_darken_api_version(void) { return(TP_MAGIC_API_VERSION); }
// Multiple tools:
int fade_darken_get_tool_count(magic_api * api)
{