root / proj / media / xpm / shooter.h @ 221
History | View | Annotate | Download (231 Bytes)
1 | 192 | up20180642 | #ifndef SHOOTER_H_INCLUDED
|
---|---|---|---|
2 | #define SHOOTER_H_INCLUDED
|
||
3 | |||
4 | 162 | up20180642 | #include "shooter.xpm" |
5 | #include "sprite.h" |
||
6 | |||
7 | 192 | up20180642 | basic_sprite_t* get_shooter(void){
|
8 | return basic_sprite_ctor((const char **)shooter_xpm, 34, 34); |
||
9 | 162 | up20180642 | } |
10 | 192 | up20180642 | |
11 | #endif //SHOOTER_H_INCLUDED |