]> git.mxchange.org Git - flightgear.git/blob - AssemTris/assemtris.hxx
Lots of directory layout reorganization.
[flightgear.git] / AssemTris / assemtris.hxx
1 // splittris.hxx -- reassemble the pieces produced by splittris
2 //
3 // Written by Curtis Olson, started January 1998.
4 //
5 // Copyright (C) 1997  Curtis L. Olson  - curt@me.umn.edu
6 //
7 // This program is free software; you can redistribute it and/or modify
8 // it under the terms of the GNU General Public License as published by
9 // the Free Software Foundation; either version 2 of the License, or
10 // (at your option) any later version.
11 //
12 // This program is distributed in the hope that it will be useful,
13 // but WITHOUT ANY WARRANTY; without even the implied warranty of
14 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 // GNU General Public License for more details.
16 //
17 // You should have received a copy of the GNU General Public License
18 // along with this program; if not, write to the Free Software
19 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 //
21 // $Id$
22 // (Log is kept at end of this file)
23
24
25
26 #ifndef ASSEMTRIS_H
27 #define ASSEMTRIS_H
28
29
30 #include <stdio.h>
31 #include <string.h>
32
33
34 #define MAX_NODES 200000
35 #define MAX_TRIS  400000
36
37
38 #endif // SPLITTRIS_H
39
40
41 // $Log$
42 // Revision 1.2  1998/09/25 19:38:03  curt
43 // Minor tweaks so that this actually compiles.
44 //
45 // Revision 1.1  1998/09/25 19:35:31  curt
46 // Renamed assemtris.[ch] to assemtris.[ch]xx
47 //
48 // Revision 1.1  1998/01/15 02:45:26  curt
49 // Initial revision.
50 //
51