diff --git a/BeefLibs/SDL2/src/SDL2.bf b/BeefLibs/SDL2/src/SDL2.bf index 31d404a6..b32fa5a4 100644 --- a/BeefLibs/SDL2/src/SDL2.bf +++ b/BeefLibs/SDL2/src/SDL2.bf @@ -5128,6 +5128,7 @@ namespace SDL2 { public Windows.HWnd window; // Refers to an HWND public Windows.Handle hdc; // Refers to an HDC + public Windows.HInstance hinstance; // Refers to an HINSTANCE } #endif