math.beta/include/math/MathDefs.h

15 lines
325 B
C

/* __ __ ___ _____ ____
* \ \ / / / _ \ | __ \ | |
* \ \/\/ / / / \ \ | | / / | __|
* \_/\_/ /_/ \_\ |_| \_\ |_|
* Take it to the next Level
*
* 2009 Brian Ernst.
* See ReadMe.md for more license info.
*/
#ifndef __MATHDEFS_H__
#define __MATHDEFS_H__
typedef float Scalar;
#endif