Project

General

Profile

Statistics
| Revision:

root / proj / xpm / shooter.h @ 190

History | View | Annotate | Download (131 Bytes)

1 162 up20180642
#include "shooter.xpm"
2
#include "sprite.h"
3
4
sprite_t* get_shooter(){
5 190 up20180642
    return sprite_ctor((const char **)shooter_xpm, 34, 34);
6 162 up20180642
}