14 lines
196 B
C
14 lines
196 B
C
|
/**
|
||
|
* @file map_resize.h
|
||
|
*
|
||
|
* @date Jan 12, 2014
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||
|
*/
|
||
|
|
||
|
#ifndef MAP_RESIZE_H_
|
||
|
#define MAP_RESIZE_H_
|
||
|
|
||
|
void resizeMap(void);
|
||
|
|
||
|
#endif /* MAP_RESIZE_H_ */
|