uvg266/src/checkpoint.c
2014-06-11 10:29:03 +02:00

8 lines
115 B
C

#include "checkpoint.h"
#if defined(CHECKPOINTS)
FILE* g_ckpt_file;
int g_ckpt_enabled;
int g_ckpt_record;
#endif