Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (224 Bytes)

1
#ifndef PISTOL_H_INCLUDED
2
#define PISTOL_H_INCLUDED
3

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

    
7
basic_sprite_t* get_pistol(void){
8
    return basic_sprite_ctor((const char **)pistol_xpm, 34, 34);
9
}
10

    
11
#endif //PISTOL_H_INCLUDED