#pragma once int timer_init(); void timer_reset(); float timer_get_freq(); __int64 timer_get_start_time(); __int64 timer_get_current_time();