]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/csqcmodel.qh
failed attempt to counter prediction error
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / csqcmodel.qh
1 // generic CSQC model code
2
3 #ifdef SVQC
4 void CSQCModel_CheckUpdate();
5 void CSQCModel_LinkEntity();
6 #endif
7
8 #ifdef CSQC
9 void CSQCModel_SetCamera();
10 void CSQCModel_Read();
11 #endif