Xonotic
main.qh File Reference
#include "lib.qh"
+ Include dependency graph for main.qh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void systems_update ()
 

Function Documentation

◆ systems_update()

void systems_update ( )

Definition at line 7 of file main.qc.

8 {
9  float realtime = time;
10  SYSTEM_UPDATE(phys);
11  time = realtime;
12 }
#define SYSTEM_UPDATE(sys)
Definition: lib.qh:39
float time
Definition: csprogsdefs.qc:16