Project

General

Profile

Statistics
| Revision:

root / proj / xpm / shooter.h @ 190

History | View | Annotate | Download (131 Bytes)

1
#include "shooter.xpm"
2
#include "sprite.h"
3

    
4
sprite_t* get_shooter(){
5
    return sprite_ctor((const char **)shooter_xpm, 34, 34);
6
}