1
0
Files
DDNet_Server/src/engine/shared/video.cpp

13 lines
233 B
C++
Raw Normal View History

2023-04-14 23:38:34 +08:00
#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