Project

General

Profile

Statistics
| Revision:

root / proj / xpm / shooter.h @ 162

History | View | Annotate | Download (116 Bytes)

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

    
4
sprite_t* get_shooter(){
5
    return sprite_ctor(shooter_xpm, 24, 24);
6
}