root / proj / include / proj.h @ 345
History | View | Annotate | Download (409 Bytes)
1 | 345 | up20180642 | #ifndef PROJ_H_INCLUDED
|
---|---|---|---|
2 | #define PROJ_H_INCLUDED
|
||
3 | |||
4 | #include "sprite.h" |
||
5 | #include "ent.h" |
||
6 | |||
7 | basic_sprite_t *bsp_crosshair; |
||
8 | basic_sprite_t *bsp_shooter ; |
||
9 | basic_sprite_t *bsp_zombie ; |
||
10 | basic_sprite_t *bsp_pistol ; |
||
11 | basic_sprite_t *bsp_nothing ; |
||
12 | basic_sprite_t *bsp_bullet ; |
||
13 | map_t *map1 ; |
||
14 | sprite_t *sp_crosshair ; |
||
15 | |||
16 | #endif //PROJ_H_INCLUDED |