샘플 코드들

ObjLoader

hello world

int main(int argc, char* argv[])
{
    DKApplication app;
    return app.Run();
}