#ifndef XNA_PIPELINE_ENUMS_HPP #define XNA_PIPELINE_ENUMS_HPP namespace xna { enum class TargetPlatform { Windows, }; } #endif