mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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);
|