10 lines
127 B
C
Executable File
10 lines
127 B
C
Executable File
#ifndef _GEOMLIB_H_
|
|
|
|
#define _GEOMLIB_H_
|
|
|
|
#define IMPORTING
|
|
#include "geom.h"
|
|
#undef IMPORTING
|
|
|
|
#endif // _GEOMLIB_H_
|