14 lines
236 B
C
14 lines
236 B
C
|
/*
|
||
|
* @file test_engine_math.h
|
||
|
*
|
||
|
* Created on: Nov 14, 2013
|
||
|
* Author: Andrey Belomutskiy, (c) 2012-2013
|
||
|
*/
|
||
|
|
||
|
#ifndef TEST_ENGINE_MATH_H_
|
||
|
#define TEST_ENGINE_MATH_H_
|
||
|
|
||
|
void testEngineMath(void);
|
||
|
|
||
|
#endif /* TEST_ENGINE_MATH_H_ */
|