]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/sv_main.qh
Some more cleanup of defs.qh, use a flag to indicate crouch state instead of a separa...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / sv_main.qh
1 #pragma once
2
3 bool expr_evaluate(string s);
4
5 #ifdef PROFILING
6 float client_cefc_accumulator;
7 float client_cefc_accumulatortime;
8 #endif
9
10 float servertime, serverprevtime, serverframetime;
11
12 /*
13 ==================
14 main
15
16 unused but required by the engine
17 ==================
18 */
19 void main ();