Beginning to implement switchin() and switchout() Magic tool plugin API.

This commit is contained in:
William Kendrick 2008-07-08 00:21:31 +00:00
parent b14e850f12
commit b4ed444f0f
40 changed files with 389 additions and 420 deletions

View file

@ -23,7 +23,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Last updated: May 6, 2008
Last updated: July 7, 2008
$Id$
*/
@ -320,3 +320,12 @@ int blocks_chalk_drip_requires_colors(magic_api * api ATTRIBUTE_UNUSED, int whic
{
return 0;
}
void blocks_chalk_drip_switchin(magic_api * api, int which, SDL_Surface * canvas)
{
}
void blocks_chalk_drip_switchout(magic_api * api, int which, SDL_Surface * canvas)
{
}