]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/playerdemo.qh
Merge remote branch 'refs/remotes/origin/terencehill/bot_vs_human_fix'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / playerdemo.qh
1 void playerdemo_init();
2 void playerdemo_shutdown();
3 void playerdemo_write();
4 float playerdemo_read();
5
6 void playerdemo_open_read(string f);
7 void playerdemo_open_write(string f);