10 lines
98 B
C
10 lines
98 B
C
#ifndef __TILEMAP_H__
|
|
#define __TILEMAP_H__
|
|
|
|
typedef struct {
|
|
|
|
};
|
|
|
|
|
|
#endif // __TILE_MAP_H__
|