Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (237 Bytes)

1 193 up20180642
#ifndef PISTOL_H_INCLUDED
2
#define PISTOL_H_INCLUDED
3
4
#include "pistol.xpm"
5 286 up20180642
#include "graph.h"
6 193 up20180642
7 321 up20180642
static basic_sprite_t* get_pistol(void){
8
    return basic_sprite_ctor((const char *const *)pistol_xpm, 34, 34);
9 193 up20180642
}
10
11
#endif //PISTOL_H_INCLUDED