1
0
Fork 0

Misc. housekeeping.

This commit is contained in:
curt 1998-01-15 02:49:25 +00:00
parent 72566953de
commit 9ec4cd8be2

View file

@ -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.
*
*/ */