1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-19 01:24:20 +00:00

Examples: DirectX9: Removed dependency on dx3x9 (remainder) (#611)

This commit is contained in:
ocornut 2016-05-03 11:12:59 +02:00
parent 50df86985d
commit 731ff3d3f5
3 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
#include <imgui.h>
#include "imgui_impl_dx9.h"
#include <d3dx9.h>
#include <d3d9.h>
#define DIRECTINPUT_VERSION 0x0800
#include <dinput.h>
#include <tchar.h>