rusefi-1/unit_tests/map_resize.h

14 lines
196 B
C
Raw Normal View History

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