view tokuten.h @ 0:4be1ca60a49b default tip

first commit.
author tkaito
date Sat, 05 Feb 2011 02:13:58 +0900
parents
children
line wrap: on
line source

#ifndef _TOKUTEN_H_
#define _TOKUTEN_H_

extern int enemycount;

extern void tokuten();
extern void Endingscore(int fc);

extern int p_extend;

extern int clear_result[4];

#endif				//_TOKUTEN_H_