Freeciv21
Develop your civilization from humble roots to a global empire
sanitycheck.h File Reference
#include "fc_types.h"
+ Include dependency graph for sanitycheck.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define sanity_check_city(x)   (void) 0
 
#define sanity_check_tile(x)   (void) 0
 
#define sanity_check()   (void) 0
 

Macro Definition Documentation

◆ sanity_check

#define sanity_check ( )    (void) 0

Definition at line 37 of file sanitycheck.h.

◆ sanity_check_city

#define sanity_check_city (   x)    (void) 0

Definition at line 35 of file sanitycheck.h.

◆ sanity_check_tile

#define sanity_check_tile (   x)    (void) 0

Definition at line 36 of file sanitycheck.h.