mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-23 02:04:22 +00:00
Merge branch 'master' into navigation
This commit is contained in:
commit
2933e6765c
26 changed files with 89 additions and 74 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// ImGui - standalone example application for DirectX 11
|
||||
// If you are new to ImGui, see examples/README.txt and documentation at the top of imgui.cpp.
|
||||
|
||||
#include <imgui.h>
|
||||
#include "imgui.h"
|
||||
#include "imgui_impl_dx11.h"
|
||||
#include <d3d11.h>
|
||||
#define DIRECTINPUT_VERSION 0x0800
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue