2014-08-29 07:52:33 -07:00
|
|
|
/**
|
|
|
|
* @file map_resize.h
|
|
|
|
*
|
|
|
|
* @date Jan 12, 2014
|
2015-01-12 16:05:46 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
2014-08-29 07:52:33 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef MAP_RESIZE_H_
|
|
|
|
#define MAP_RESIZE_H_
|
|
|
|
|
|
|
|
void resizeMap(void);
|
|
|
|
|
|
|
|
#endif /* MAP_RESIZE_H_ */
|