#include "COsContext.hpp" namespace Retro { namespace Common { COsContext::COsContext() { } int COsContext::OpenWindow(const char* name, int x, int y, int w, int h) { return 0; } } }