view bom.h @ 35:3b92a4b17049 default tip

fix for macosx Yosemite
author Nozomi
date Thu, 19 May 2016 18:18:34 +0900
parents 972a7f233b23
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 bomchar bchar[100];


#endif				// _BOM_H_