mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-13 03:28:19 +00:00
15 lines
268 B
C++
15 lines
268 B
C++
#if defined(CONF_VIDEORECORDER)
|
|
|
|
#include <engine/shared/config.h>
|
|
|
|
#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
|