mirror of https://github.com/AxioDL/metaforce.git
11 lines
148 B
C++
11 lines
148 B
C++
|
#include "COsContext.hpp"
|
||
|
|
||
|
COsContext::COsContext()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
int COsContext::OpenWindow(const char* name, int x, int y, int w, int h)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|