#pragma once #include // Every timer tick is equivalent to 250 microseconds. // FIXME: Change ARCH_TIMER_RESOLUTION to use nanoseconds. const usize ARCH_TIMER_RESOLUTION = 250;