Here is the honest truth:
// Initialize Direct3D if (SUCCEEDED(InitD3D(hWnd))) { // Show the window ShowWindow(hWnd, SW_SHOWDEFAULT); UpdateWindow(hWnd); directx 9.0c sdk
#include <windows.h> #include <d3d9.h> // DirectX 9 Here is the honest truth: // Initialize Direct3D