return current_ms - base_ms;
}
-void InitCounter() // set counter back to zero
+void InitCounter(void) // set counter back to zero
{
mainCounter(INIT_COUNTER);
}
-unsigned int Counter() // get milliseconds since last call of InitCounter()
+unsigned int Counter(void) // get milliseconds since last call of InitCounter()
{
return mainCounter(READ_COUNTER);
}
network.is_server_thread = FALSE;
}
-void InitRuntimeInfo()
+void InitRuntimeInfo(void)
{
#if defined(HAS_TOUCH_DEVICE)
runtime.uses_touch_device = TRUE;
MapGadget(screen_gadget[scrollbar_info[i].gadget_id]);
}
-static void UnmapScreenGadgets()
+static void UnmapScreenGadgets(void)
{
int i;