Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
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}
float time
#define SYSTEM_UPDATE(sys)
Definition lib.qh:39