fceugx/source/fceultra/input/zapper.h
2009-11-16 00:22:36 +00:00

16 lines
184 B
C

#ifndef _ZAPPER_H_
#define _ZAPPER_H_
#include "../types.h"
struct ZAPPER
{
uint32 mzx,mzy,mzb;
int zap_readbit;
uint8 bogo;
int zappo;
uint64 zaphit;
};
#endif