| version 1.1 | | version 1.2 |
|---|
| | |
| * Header file for stuff moved from segment.c to gameseg.c. | | * Header file for stuff moved from segment.c to gameseg.c. |
| * | | * |
| * $Log$ | | * $Log$ |
| * Revision 1.1 1999/06/14 22:12:25 donut | | * Revision 1.2 2000/01/19 04:48:37 sekmu |
| * Initial revision | | * added debug info for illegal side type |
| | | * |
| | | * Revision 1.1.1.1 1999/06/14 22:12:25 donut |
| | | * Import of d1x 1.37 source. |
| * | | * |
| * Revision 2.0 1995/02/27 11:31:20 john | | * Revision 2.0 1995/02/27 11:31:20 john |
| * New version 2.0, which has no anonymous unions, builds with | | * New version 2.0, which has no anonymous unions, builds with |
| | |
| extern void create_all_vertex_lists(int *num_faces, int *vertices, int segnum, int sidenum); | | extern void create_all_vertex_lists(int *num_faces, int *vertices, int segnum, int sidenum); |
| | | |
| //like create_all_vertex_lists(), but generate absolute point numbers | | //like create_all_vertex_lists(), but generate absolute point numbers |
| extern void create_abs_vertex_lists(int *num_faces, int *vertices, int segnum, int sidenum); | | extern void create_abs_vertex_lists(int *num_faces, int *vertices, int segnum, int sidenum, char *calling_file, int calling_linenum); |
| | | |
| // ----------------------------------------------------------------------------------- | | // ----------------------------------------------------------------------------------- |
| // Like create all vertex lists, but returns the vertnums (relative to | | // Like create all vertex lists, but returns the vertnums (relative to |