// bullet.h
// Angshuman Guha
// aguha
// Feb 7, 2001

#ifndef __INC_BULLET_H
#define __INC_BULLET_H

#include "fsa.h"

#ifdef __cplusplus
extern "C" {
#endif

extern const STATE_DESCRIPTION aStateDescBULLET[];

#ifdef __cplusplus
}
#endif

#endif