switchin() and switchout() now accept mode.

This commit is contained in:
William Kendrick 2008-07-10 20:26:38 +00:00
parent 0b7b36c734
commit f556b503b9
34 changed files with 103 additions and 82 deletions

View file

@ -420,11 +420,11 @@ static float calligraphy_dist(float x1, float y1, float x2, float y2)
return d;
}
void calligraphy_switchin(magic_api * api, int which, SDL_Surface * canvas)
void calligraphy_switchin(magic_api * api, int which, int mode, SDL_Surface * canvas)
{
}
void calligraphy_switchout(magic_api * api, int which, SDL_Surface * canvas)
void calligraphy_switchout(magic_api * api, int which, int mode, SDL_Surface * canvas)
{
}