]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/warpzonelib/client.qh
Merge branch 'master' into mirceakitsune/multijump
[xonotic/xonotic-data.pk3dir.git] / qcsrc / warpzonelib / client.qh
1 void WarpZone_Read(float bIsNewEntity);
2 void WarpZone_Camera_Read(float bIsNewEntity);
3
4 vector warpzone_fixview_origin;
5 vector warpzone_fixview_angles;
6 vector warpzone_fixview_cl_viewangles;
7 void WarpZone_FixView(); // this saves the previous values
8 void WarpZone_UnFixView(); // and restores them
9
10 void WarpZone_Init();
11 void WarpZone_Shutdown();