Home
last modified time | relevance | path

Searched refs:SyncReportCallback (Results 1 – 2 of 2) sorted by relevance

/dports/games/widelands/widelands-build21/src/network/
H A Dnetwork.h88 using SyncReportCallback = std::function<void()>; variable
95 CmdNetCheckSync(uint32_t dt, SyncReportCallback);
104 SyncReportCallback callback_;
H A Dnetwork.cc86 CmdNetCheckSync::CmdNetCheckSync(uint32_t const dt, SyncReportCallback cb) in CmdNetCheckSync()