binana/profile/3.3.5a-windows-386/include/external/d3d9/lockedrect.h

11 lines
152 B
C
Raw Permalink Normal View History

2025-04-29 16:26:36 -04:00
#ifndef D3D9_LOCKEDRECT_H
#define D3D9_LOCKEDRECT_H
DECLARE_STRUCT(D3DLOCKED_RECT);
struct D3DLOCKED_RECT {
int32_t Pitch;
void* pBits;
};
#endif