ddnet/src/engine/shared/video.cpp
def 3be8a592e5 Run clang-format
Purely automatic change. In case of conflict with this change, apply the
other change and rerun the formatting to restore it:

$ python scripts/fix_style.py
2020-09-26 21:50:15 +02:00

15 lines
262 B
C++

#if defined(CONF_VIDEORECORDER)
#include <engine/shared/config.h>
#include "video.h"
IVideo *IVideo::ms_pCurrentVideo = 0;
int64 IVideo::ms_Time = 0;
float IVideo::ms_LocalTime = 0;
int64 IVideo::ms_LocalStartTime = 0;
int64 IVideo::ms_TickTime = 0;
#endif