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