ddnet/src/engine/shared/video.cpp
2022-05-29 20:02:22 +02:00

13 lines
233 B
C++

#if defined(CONF_VIDEORECORDER)
#include "video.h"
IVideo *IVideo::ms_pCurrentVideo = 0;
int64_t IVideo::ms_Time = 0;
float IVideo::ms_LocalTime = 0;
int64_t IVideo::ms_LocalStartTime = 0;
int64_t IVideo::ms_TickTime = 0;
#endif