mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 10:34:05 +00:00
8 lines
115 B
C
8 lines
115 B
C
#include "checkpoint.h"
|
|
#if defined(CHECKPOINTS)
|
|
FILE* g_ckpt_file;
|
|
int g_ckpt_enabled;
|
|
int g_ckpt_record;
|
|
#endif
|
|
|