#ifndef __EXPLOSN__ #define __EXPLOSN__ #define MAX_EXPLOSIONS (5) #define MAX_PARTICLES (50) void startExplosion ( int xpos, int ypos ); void showExplosions ( void ); #endif