11 lines
228 B
C
11 lines
228 B
C
|
#ifndef _SIMPLEMATH_H
|
||
|
#define _SIMPLEMATH_H
|
||
|
|
||
|
#include "SimpleMathFixed.h"
|
||
|
#include "SimpleMathDynamic.h"
|
||
|
#include "SimpleMathMixed.h"
|
||
|
#include "SimpleMathQR.h"
|
||
|
#include "SimpleMathCommaInitializer.h"
|
||
|
|
||
|
#endif /* _SIMPLEMATH_H */
|