Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
radarmap.qh File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool RadarMap_Make (int argc)

Function Documentation

◆ RadarMap_Make()

bool RadarMap_Make ( int argc)

Definition at line 3 of file radarmap.qh.

3{ LOG_INFO("radarmap is disabled, compile with -DRADARMAP to enable it."); return true; }
#define LOG_INFO(...)
Definition log.qh:65

References LOG_INFO.

Referenced by GameCommand_radarmap().