#pragma once
#include <luna/Types.h>
// Every timer tick is equivalent to 250 microseconds.
const usize ARCH_TIMER_RESOLUTION = 250;