#pragma once #include class ProcessTracking { public: static void Initialize(); static void MainLoop(void *arg); };