Mac and Linux SDL2 binary snapshots
Edward Rudd
2018-08-19 561f0d614098a95527367cc3f911e476f35643d6
source/Xcode-iOS/Demos/src/common.c
@@ -39,7 +39,7 @@
static Uint64 prevTime = 0;
double
updateDeltaTime()
updateDeltaTime(void)
{
    Uint64 curTime;
    double deltaTime;