History | View | Annotate | Download (126 Bytes)
#include "crosshair.xpm"
#include "sprite.h"
sprite_t* get_crosshair(){
return sprite_ctor(crosshair_xpm, 0, 0);
}