Project

General

Profile

Statistics
| Revision:

root / proj / xpm / crosshair.h @ 171

History | View | Annotate | Download (126 Bytes)

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

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