Revision 321
correcting some problems
bullet.h | ||
---|---|---|
4 | 4 |
#include "bullet.xpm" |
5 | 5 |
#include "graph.h" |
6 | 6 |
|
7 |
basic_sprite_t* get_bullet(void){ |
|
8 |
return basic_sprite_ctor((const char **)bullet_xpm, 3, 7); |
|
7 |
static basic_sprite_t* get_bullet(void){
|
|
8 |
return basic_sprite_ctor((const char *const *)bullet_xpm, 3, 7);
|
|
9 | 9 |
} |
10 | 10 |
|
11 | 11 |
#endif /* end of include guard: BULLET_H_INCLUDED */ |
Also available in: Unified diff