Xonotic
main.qc
Go to the documentation of this file.
1 #include "main.qh"
2 
3 #include "components/_mod.qh"
4 #include "events/_mod.qh"
5 #include "systems/_mod.qh"
6 
8 {
9  float realtime = time;
10  SYSTEM_UPDATE(phys);
11  time = realtime;
12 }
void systems_update()
Definition: main.qc:7
#define SYSTEM_UPDATE(sys)
Definition: lib.qh:39
float time
Definition: csprogsdefs.qc:16