X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fbsptree.h;h=ff290512f4c262df1138ff49d2b719319c5e3910;hp=53b4cd28c3390d364c3d898b1c0aa47b56c02a1b;hb=32ff3cf2d7d7a5ae82f5ca400b320c67e6984ad6;hpb=b546d1a5227ee3a263447e279434842d230f700a diff --git a/src/bsptree.h b/src/bsptree.h index 53b4cd2..ff29051 100644 --- a/src/bsptree.h +++ b/src/bsptree.h @@ -23,7 +23,7 @@ int save_bsp(struct bsptree *bsp, const char *fname); int load_bsp(struct bsptree *bsp, const char *fname); int bsp_add_poly(struct bsptree *bsp, struct g3d_vertex *v, int vnum); -void bsp_add_mesh(struct bsptree *bsp, struct g3d_mesh *m); +int bsp_add_mesh(struct bsptree *bsp, struct g3d_mesh *m); void draw_bsp(struct bsptree *bsp, float view_x, float view_y, float view_z);