Project

General

Profile

Statistics
| Revision:

root / proj / xpm / crosshair.h @ 172

History | View | Annotate | Download (128 Bytes)

1
#include "crosshair.xpm"
2
#include "sprite.h"
3

    
4
sprite_t* get_crosshair(){
5
    return sprite_ctor(crosshair_xpm, 16, 16);
6
}