2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-02 11:25:06 +00:00
metaforce/Runtime/COsContextBoo.cpp
2015-08-18 12:51:54 -10:00

17 lines
193 B
C++

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