uvg266/src/checkpoint.c

8 lines
115 B
C
Raw Normal View History

2014-06-11 05:48:36 +00:00
#include "checkpoint.h"
#if defined(CHECKPOINTS)
FILE* g_ckpt_file;
int g_ckpt_enabled;
int g_ckpt_record;
#endif