view bom.h @ 60:cfd42ee2ad28

change makefile, spe/task. adjust scale api. worked on ps3-ppe.
author yutaka@localhost.localdomain
date Sun, 06 Feb 2011 17:16:43 +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_