MCPcopy Create free account
hub / github.com/ddnet/ddnet / Init

Method Init

src/engine/client/video.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void CVideo::Init()
75{
76 av_log_set_callback(AvLogCallback);
77}
78
79CVideo::CVideo(IGraphics *pGraphics, ISound *pSound, IStorage *pStorage, int Width, int Height, const char *pName) :
80 m_pGraphics(pGraphics),

Callers 15

CClientMethod · 0.45
OnEnterGameMethod · 0.45
ConnectMethod · 0.45
DummyConnectMethod · 0.45
ProcessServerPacketMethod · 0.45
UpdateMethod · 0.45
InitInterfacesMethod · 0.45
RunMethod · 0.45
AutoCSV_CleanupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected