Add replay command (with optional remote replay)

This commit is contained in:
baldurk
2016-07-12 16:48:57 +02:00
parent 884c201aff
commit ced8a62af6
9 changed files with 104 additions and 17 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ string GetUsername()
return string(buf, buf + strlen(buf));
}
void DisplayRendererPreview(ReplayRenderer *renderer, TextureDisplay &displayCfg)
void DisplayRendererPreview(ReplayRenderer *renderer, TextureDisplay &displayCfg, uint32_t width,
uint32_t height)
{
}