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

Examples: Add missing include guards (#2166)

This commit is contained in:
Michał Janiszewski 2018-11-01 20:56:36 +01:00 committed by omar
parent ed0f7004d0
commit 2e6e1bec58
12 changed files with 24 additions and 0 deletions

View file

@ -10,6 +10,8 @@
// If you are new to dear imgui, read examples/README.txt and read the documentation at the top of imgui.cpp.
// https://github.com/ocornut/imgui
#pragma once
enum DXGI_FORMAT;
struct ID3D12Device;
struct ID3D12GraphicsCommandList;