Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (234 Bytes)

1
#ifndef CROSSHAIR_H_INCLUDED
2
#define CROSSHAIR_H_INCLUDED
3

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

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

    
11
#endif //CROSSHAIR_H_INCLUDED