mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-02 11:25:06 +00:00
17 lines
193 B
C++
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;
|
|
}
|
|
|
|
}
|