12 lines
166 B
C
Executable File
12 lines
166 B
C
Executable File
#ifndef _MESHADJLIB_H_
|
|
|
|
#define _MESHADJLIB_H_
|
|
#define IMPORTING
|
|
#include "export.h"
|
|
#include "meshadj.h"
|
|
#include "MeshDelta.h"
|
|
#undef IMPORTING
|
|
|
|
#endif
|
|
|