Project

General

Profile

Statistics
| Revision:

root / proj / src / media / xpm / crosshair.h

History | View | Annotate | Download (262 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 321 up20180642
static basic_sprite_t* get_crosshair(){
8
    return basic_sprite_ctor((const char *const *)crosshair_xpm, 16, 16);
9 171 up20180655
}
10 286 up20180642
11
#endif //CROSSHAIR_H_INCLUDED