#ifndef XNA_PLATFORM_HPP #define XNA_PLATFORM_HPP #include namespace xna { struct ImplementationBase { struct PlatformImplementation; std::unique_ptr impl; }; } #endif