Misc. housekeeping.
This commit is contained in:
parent
72566953de
commit
9ec4cd8be2
1 changed files with 8 additions and 5 deletions
|
@ -24,8 +24,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef FINDEDGES_H
|
#ifndef SPLITTRIS_H
|
||||||
#define FINDEDGES_H
|
#define SPLITTRIS_H
|
||||||
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -46,11 +46,14 @@ extern int new_tris[MAX_TRIS][3];
|
||||||
void triload(char *basename);
|
void triload(char *basename);
|
||||||
|
|
||||||
|
|
||||||
#endif /* FINDEDGES_H */
|
#endif /* SPLITTRIS_H */
|
||||||
|
|
||||||
|
|
||||||
/* $Log$
|
/* $Log$
|
||||||
/* Revision 1.1 1998/01/14 02:11:32 curt
|
/* Revision 1.2 1998/01/15 02:49:25 curt
|
||||||
/* Initial revision.
|
/* Misc. housekeeping.
|
||||||
/*
|
/*
|
||||||
|
* Revision 1.1 1998/01/14 02:11:32 curt
|
||||||
|
* Initial revision.
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue