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