Project

General

Profile

Statistics
| Revision:

root / proj / xpm / map.h @ 208

History | View | Annotate | Download (242 Bytes)

1 205 up20180655
#ifndef MAP_H_INCLUDED
2
#define MAP_H_INCLUDED
3
4
#include "map.xpm"
5
#include "sprite.h"
6
7
basic_sprite_t* get_map(void){
8 207 up20180642
    return basic_sprite_ctor((const char **)map_xpm, 0, 0);
9 205 up20180655
}
10
11
#endif /* end of include guard: MAP_H_INCLUDED */