]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/warpzonelib/client.qh
improve the naming of model files to match skin files; improve the menu qc code for...
[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();