reman3/game_re/gh_stub/Direct3DCreate8.cxx

15 lines
413 B
C++

// AUTO-GENERATED FILE!!!!
// This function has yet to be decompiled using 'Dump Current Function' in ghidra
// with possible manualy fixes
#include <r3/binders/auto.h>
#include <gh_global.h>
#include <stdexcept>
// 0051e0a8
// Direct3DCreate8
extern "C" IDirect3D8 * Direct3DCreate8(UINT SDKVersion) {
// TODO: Implement this function
throw GHStubException("Function not implemented: Direct3DCreate8");
}