2015-07-10 06:01:56 -07:00
|
|
|
/**
|
|
|
|
* @file map_resize.h
|
|
|
|
*
|
|
|
|
* @date Jan 12, 2014
|
2016-04-02 20:01:58 -07:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2016
|
2015-07-10 06:01:56 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef MAP_RESIZE_H_
|
|
|
|
#define MAP_RESIZE_H_
|
|
|
|
|
|
|
|
void resizeMap(void);
|
|
|
|
|
|
|
|
#endif /* MAP_RESIZE_H_ */
|