Project

General

Profile

Statistics
| Revision:

root / proj / xpm / map.h @ 205

History | View | Annotate | Download (242 Bytes)

1
#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
    return basic_sprite_ctor((const char **)map, 639, 511);
9
}
10

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