forked from OSGeo/grass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathneta.h
31 lines (26 loc) · 781 Bytes
/
neta.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/****************************************************************
*
* MODULE: netalib
*
* AUTHOR(S): Daniel Bundala (Google Summer of Code 2009)
*
* PURPOSE: NETwork Analysis Library
*
* COPYRIGHT: (C) 2009-2010 by Daniel Bundala, and the GRASS Development Team
*
* This program is free software under the GNU General
* Public License (>=v2). Read the file COPYING that
* comes with GRASS for details.
*
****************************************************************/
#ifndef GRASS_NETA_H
#define GRASS_NETA_H
#include <stdio.h>
#include <stdlib.h>
#include <grass/gis.h>
#include <grass/vector.h>
#include <grass/dbmi.h>
#include <grass/glocale.h>
#include <grass/dgl/graph.h>
#include <grass/defs/neta.h>
#endif