mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-14 08:50:58 +00:00
7 lines
188 B
C
7 lines
188 B
C
|
#include "def.h"
|
||
|
#include "defspace.h"
|
||
|
|
||
|
int def_list_is_empty (const defspace_t *space);
|
||
|
int def_list_is_valid (const defspace_t *space);
|
||
|
int free_locs_is_valid (const defspace_t *space);
|