Xonotic
relay_if.qh
Go to the documentation of this file.
1 #pragma once
2 
3 
4 const int RELAYIF_NEGATE = BIT(0);
const int RELAYIF_NEGATE
Definition: relay_if.qh:4
#define BIT(n)
Only ever assign into the first 24 bits in QC (so max is BIT(23)).
Definition: bits.qh:8