view bom.h @ 13:806d978e7d99

merge.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Thu, 16 Dec 2010 15:25:31 +0900
parents b4c797eee72a
children
line wrap: on
line source

#ifndef _BOM_H_
#define _BOM_H_

typedef struct bomchar {
    int x;
    int y;
    int f;
    int no;
} bomchar;

extern void Bom(int x, int y);
extern void Putbom();
void Superbom(int x, int y);

extern int count;
extern int bomend;

extern int sb_size;
extern int se_voice[9];
extern int vab[10];
extern bomchar bchar[100];


#endif				// _BOM_H_