#pragma once #include "pch.h" namespace globals { extern HMODULE instance; extern std::atomic ref_count; }