Project

General

Profile

Statistics
| Revision:

root / proj / maps / map1.h @ 216

History | View | Annotate | Download (285 Bytes)

1
#ifndef MAP1_H_INCLUDED
2
#define MAP1_H_INCLUDED
3

    
4
#include "map1.xpm"
5
#include "map1_collide.xpm"
6
#include "sprite.h"
7

    
8
map_t* get_map1(void){
9
    return map_ctor((const char **)map1_xpm, (const char **)map1_collide_xpm);
10
}
11

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