Xonotic
main.qc File Reference
#include "main.qh"
#include "components/_mod.qh"
#include "events/_mod.qh"
#include "systems/_mod.qh"
+ Include dependency graph for main.qc:
+ 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.

References SYSTEM_UPDATE, and time.

Referenced by EndFrame(), and Physics_Frame().

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
+ Here is the caller graph for this function: