2014-08-29 07:52:33 -07:00
|
|
|
/*
|
|
|
|
* @file test_engine_math.h
|
|
|
|
*
|
|
|
|
* Created on: Nov 14, 2013
|
2015-01-12 16:05:46 -08:00
|
|
|
* Author: Andrey Belomutskiy, (c) 2012-2015
|
2014-08-29 07:52:33 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef TEST_ENGINE_MATH_H_
|
|
|
|
#define TEST_ENGINE_MATH_H_
|
|
|
|
|
|
|
|
void testEngineMath(void);
|
|
|
|
|
|
|
|
#endif /* TEST_ENGINE_MATH_H_ */
|