]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/warpzonelib/client.qh
initial checkin from nexuiz svn r8756
[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 void WarpZone_FixView(); // this saves the previous values
7 void WarpZone_UnFixView(); // and restores them
8
9 void WarpZone_Init();
10 void WarpZone_Shutdown();