#pragma once #include class Registry; namespace ra2 { void SetupRetroVariables(); std::shared_ptr CreateRetroRegistry(); }