1 /*
2  * xrick/include/e_bullet.h
3  *
4  * Copyright (C) 1998-2002 BigOrno (bigorno@bigorno.net). All rights reserved.
5  *
6  * The use and distribution terms for this software are contained in the file
7  * named README, which can be found in the root of this distribution. By
8  * using this software in any fashion, you are agreeing to be bound by the
9  * terms of this license.
10  *
11  * You must not remove this notice, or any other, from this software.
12  */
13 
14 #ifndef _E_BULLET_H
15 #define _E_BULLET_H
16 
17 #include "system.h"
18 
19 #define E_BULLET_NO 2
20 #define E_BULLET_ENT ent_ents[E_BULLET_NO]
21 
22 extern S8 e_bullet_offsx;
23 extern S16 e_bullet_xc, e_bullet_yc;
24 
25 extern void e_bullet_init(U16, U16);
26 extern void e_bullet_action(U8);
27 
28 #endif
29 
30 /* eof */
31