Free Electron
ext
grass
grass.h
Go to the documentation of this file.
1
/* Copyright (C) 2003-2021 Free Electron Organization
2
Any use of this software requires a license. If a valid license
3
was not distributed with this file, visit freeelectron.org. */
4
5
/** @file */
6
7
#ifndef __grass_h__
8
#define __grass_h__
9
10
#include "
datatool/datatool.h
"
11
#include "
operator/operator.h
"
12
#include "
geometry/geometry.h
"
13
14
#ifdef MODULE_grass
15
#define FE_GRASS_PORT FE_DL_EXPORT
16
#else
17
#define FE_GRASS_PORT FE_DL_IMPORT
18
#endif
19
20
#endif // __grass_h__
21
operator.h
geometry.h
datatool.h
Generated by
1.8.13