protot/src/SimpleMath/SimpleMath.h

11 lines
228 B
C
Raw Normal View History

2016-08-29 22:31:11 +02:00
#ifndef _SIMPLEMATH_H
#define _SIMPLEMATH_H
#include "SimpleMathFixed.h"
#include "SimpleMathDynamic.h"
#include "SimpleMathMixed.h"
#include "SimpleMathQR.h"
#include "SimpleMathCommaInitializer.h"
#endif /* _SIMPLEMATH_H */