1
0
mirror of https://github.com/DxWnd/DxWnd.reloaded synced 2024-12-30 09:25:35 +01:00
gho tik d38799715a v2_02_49_src
Former-commit-id: 5c236b9df56bdded7a137dc0a99efa043028ac41
2017-03-06 11:38:36 -05:00

11 lines
156 B
C

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