Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (262 Bytes)

1
#ifndef CROSSHAIR_H_INCLUDED
2
#define CROSSHAIR_H_INCLUDED
3

    
4
#include "crosshair.xpm"
5
#include "graph.h"
6

    
7
static basic_sprite_t* get_crosshair(){
8
    return basic_sprite_ctor((const char *const *)crosshair_xpm, 16, 16);
9
}
10

    
11
#endif //CROSSHAIR_H_INCLUDED