Exemplo n.º 1
0
void SDL_StartTicks(void)
{
        if ( ! is_fast_inited )     // important to check or FastTime may hang machine!
            SDL_SYS_TimerInit();

        start_tick = FastMicroseconds();
}
Exemplo n.º 2
0
void SDL_StartTicks(void)
{
        if ( ! is_fast_inited )     
            SDL_SYS_TimerInit();

        start_tick = FastMicroseconds();
}