#ifndef XNA_PLATFORMINIT_HPP #define XNA_PLATFORMINIT_HPP namespace xna { struct Platform { static void Init(); }; } #endif