Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (234 Bytes)

1 286 up20180642
#ifndef CROSSHAIR_H_INCLUDED
2
#define CROSSHAIR_H_INCLUDED
3
4 171 up20180655
#include "crosshair.xpm"
5 286 up20180642
#include "graph.h"
6 171 up20180655
7 192 up20180642
basic_sprite_t* get_crosshair(){
8
    return basic_sprite_ctor(crosshair_xpm, 16, 16);
9 171 up20180655
}
10 286 up20180642
11
#endif //CROSSHAIR_H_INCLUDED