Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (260 Bytes)

1
#ifndef BULLET_H_INCLUDED
2
#define BULLET_H_INCLUDED
3

    
4
#include "bullet.xpm"
5
#include "sprite.h"
6

    
7
basic_sprite_t* get_bullet(void){
8
    return basic_sprite_ctor((const char **)bullet_xpm, 3, 7);
9
}
10

    
11
#endif /* end of include guard: BULLET_H_INCLUDED */