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

15 lines
No EOL
238 B
C

#ifndef D3D9_DISPLAYMODE_H
#define D3D9_DISPLAYMODE_H
DECLARE_STRUCT(D3DDISPLAYMODE);
#include "external/d3d9/format.h"
struct D3DDISPLAYMODE {
uint32_t Width;
uint32_t Height;
uint32_t RefreshRate;
D3DFORMAT Format;
};
#endif