12 lines
182 B
C
Executable File
12 lines
182 B
C
Executable File
// MN Math.h
|
|
// Collection of headers for MNMath library
|
|
|
|
#ifndef __MNMATH_H_
|
|
#define __MNMATH_H_
|
|
|
|
#include "MNCommon.h"
|
|
#include "MNMesh.h"
|
|
#include "MNBigMat.h"
|
|
|
|
#endif
|