git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1954 c06c8d41-db1a-0410-9941-cceddc491573
OHJE4HQ2B3HVV4BOPBRFKO6HBRTLZEI74P5PLJF5GLSRD2MFWXHQC
* called from: fight - monstuff - spells - spells1 - spells2
* *********************************************************************** */
#if 0
void delete_cloud( int cloud );
void new_cloud( int cloud, int type, int x, int y, int decay );
void place_cloud(unsigned char cl_type, unsigned char ctarget_x, unsigned char ctarget_y, unsigned char cl_range);
#endif
/* ***********************************************************************