Project

General

Profile

Statistics
| Revision:

root / proj / xpm / bullet.h @ 202

History | View | Annotate | Download (148 Bytes)

1 202 up20180655
#include "bullet.xpm"
2
#include "sprite.h"
3
4
basic_sprite_t* get_bullet(void){
5
    return basic_sprite_ctor((const char **)bullet_xpm, 3, 7);
6
}