13 lines
209 B
C
Executable File
13 lines
209 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"
|
|
#include "MNNormalSpec.h"
|
|
|
|
#endif
|