1
0
mirror of https://github.com/DxWnd/DxWnd.reloaded synced 2024-12-30 09:25:35 +01:00

11 lines
156 B
C
Raw Normal View History

// stdafx.h
#pragma once
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include "d3d9.h"
#include "myIDirect3D9.h"
#include "myIDirect3DDevice9.h"