#pragma once #include #define TICKS_PER_SECOND 1000 namespace PIT { void initialize(); dword ticks_since_boot(); }