Revision 207
maybe working
map.h | ||
---|---|---|
5 | 5 |
#include "sprite.h" |
6 | 6 |
|
7 | 7 |
basic_sprite_t* get_map(void){ |
8 |
return basic_sprite_ctor((const char **)map, 639, 511);
|
|
8 |
return basic_sprite_ctor((const char **)map_xpm, 0, 0);
|
|
9 | 9 |
} |
10 | 10 |
|
11 | 11 |
#endif /* end of include guard: MAP_H_INCLUDED */ |
Also available in: Unified diff