Project

General

Profile

Statistics
| Revision:

root / proj / xpm / crosshair.h @ 172

History | View | Annotate | Download (128 Bytes)

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