Project

General

Profile

Statistics
| Revision:

root / proj / media / xpm / bullet.h @ 367

History | View | Annotate | Download (272 Bytes)

1 205 up20180655
#ifndef BULLET_H_INCLUDED
2
#define BULLET_H_INCLUDED
3
4 202 up20180655
#include "bullet.xpm"
5 286 up20180642
#include "graph.h"
6 202 up20180655
7 321 up20180642
static basic_sprite_t* get_bullet(void){
8
    return basic_sprite_ctor((const char *const *)bullet_xpm, 3, 7);
9 202 up20180655
}
10 205 up20180655
11
#endif /* end of include guard: BULLET_H_INCLUDED */