mark internal functions static

This commit is contained in:
Albert Cahalan 2008-05-04 18:29:28 +00:00
parent c8df236b92
commit 3252287d30
24 changed files with 103 additions and 103 deletions

View file

@ -36,7 +36,7 @@
/* Our globals: */
Mix_Chunk * emboss_snd;
static Mix_Chunk * emboss_snd;
Uint32 emboss_api_version(void) { return(TP_MAGIC_API_VERSION); }
@ -85,7 +85,7 @@ char * emboss_get_description(magic_api * api, int which)
// Do the effect:
void do_emboss(void * ptr, int which, SDL_Surface * canvas, SDL_Surface * last,
static void do_emboss(void * ptr, int which, SDL_Surface * canvas, SDL_Surface * last,
int x, int y)
{
magic_api * api = (magic_api *) ptr;