]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/warpzonelib/client.qh
Merge branch 'master' into terencehill/string_prefixes_cleanup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / warpzonelib / client.qh
1 #ifndef CLIENT_H
2 #define CLIENT_H
3
4 void WarpZone_Read(float bIsNewEntity);
5 void WarpZone_Camera_Read(float bIsNewEntity);
6 void WarpZone_Teleported_Read(float bIsNewEntity);
7
8 void WarpZone_FixPMove();
9 void WarpZone_FixView();
10
11 void WarpZone_Init();
12 void WarpZone_Shutdown();
13
14 vector warpzone_save_view_origin;
15 vector warpzone_save_view_angles;
16 #endif