X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=portals.h;h=25d8d3ceaa8363b32d5f4c9768da8d87a379ae7b;hp=80f88a11ae5b2de3708b5a908d7d3f1a339f8abb;hb=18d36b7109104e1502428a4047d1c969b5c04fcd;hpb=8468ffaf8162a4fe8361127385c40141c375661d diff --git a/portals.h b/portals.h index 80f88a11..25d8d3ce 100644 --- a/portals.h +++ b/portals.h @@ -1,3 +1,10 @@ +#ifndef PORTALS_H +#define PORTALS_H + int Portal_CheckPolygon(model_t *model, vec3_t eye, float *polypoints, int numpoints); int Portal_CheckBox(model_t *model, vec3_t eye, vec3_t a, vec3_t b); +void Portal_Visibility(model_t *model, const vec3_t eye, qbyte *leafmark, qbyte *surfacemark, const mplane_t *frustumplanes, int numfrustumplanes, int exact, float radius); + +#endif +