Project

General

Profile

Statistics
| Revision:

root / proj / media / xpm / crosshair.h @ 221

History | View | Annotate | Download (140 Bytes)

1 171 up20180655
#include "crosshair.xpm"
2
#include "sprite.h"
3
4 192 up20180642
basic_sprite_t* get_crosshair(){
5
    return basic_sprite_ctor(crosshair_xpm, 16, 16);
6 171 up20180655
}