History | View | Annotate | Download (260 Bytes)
#ifndef BULLET_H_INCLUDED
#define BULLET_H_INCLUDED
#include "bullet.xpm"
#include "sprite.h"
basic_sprite_t* get_bullet(void){
return basic_sprite_ctor((const char **)bullet_xpm, 3, 7);
}
#endif /* end of include guard: BULLET_H_INCLUDED */