Added Magic tool API version API.
This commit is contained in:
parent
abf6a2a1bb
commit
73b8464b75
22 changed files with 85 additions and 172 deletions
|
|
@ -20,6 +20,9 @@ Mix_Chunk * snd_effect[NUM_TOOLS];
|
|||
Uint8 example_r, example_g, example_b;
|
||||
|
||||
|
||||
Uint32 example_api_version(void) { return(TP_MAGIC_API_VERSION); }
|
||||
|
||||
|
||||
// No setup required:
|
||||
int example_init(magic_api * api)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue