Exemple #1
0
void SDL_StartTicks(void)
{
        if ( ! is_fast_inited )     // important to check or FastTime may hang machine!
            SDL_SYS_TimerInit();

        start_tick = FastMicroseconds();
}
void SDL_StartTicks(void)
{
        if ( ! is_fast_inited )     
            SDL_SYS_TimerInit();

        start_tick = FastMicroseconds();
}