Project

General

Profile

Statistics
| Revision:

root / proj / media / xpm / shooter.h @ 351

History | View | Annotate | Download (243 Bytes)

1
#ifndef SHOOTER_H_INCLUDED
2
#define SHOOTER_H_INCLUDED
3

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

    
7
static basic_sprite_t* get_shooter(void){
8
    return basic_sprite_ctor((const char *const *)shooter_xpm, 34, 34);
9
}
10

    
11
#endif //SHOOTER_H_INCLUDED