Project

General

Profile

Statistics
| Revision:

root / proj / include / proj.h @ 351

History | View | Annotate | Download (408 Bytes)

1 345 up20180642
#ifndef PROJ_H_INCLUDED
2
#define PROJ_H_INCLUDED
3
4 351 up20180642
#include "libs.h"
5
6 345 up20180642
#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