#pragma once #define TICKS_PER_SECOND 600 namespace PIT { void initialize(); }