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