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