#pragma once class IVDebugOverlay { public: bool ScreenPosition(const Vector& world, Vector& screen) { return GetVirtualFunction(this, 9)(this, world, screen) == 0; } }; extern IVDebugOverlay* debugoverlay;