mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-17 01:04:19 +00:00
Examples: Added .. folder in include path to remove the awkward #include "../imgui_impl_xxx.h" statements.
This commit is contained in:
parent
93b032ea92
commit
77d51ebf24
25 changed files with 75 additions and 64 deletions
|
|
@ -5,7 +5,7 @@
|
|||
// This file is part of ImGui
|
||||
|
||||
#include "imgui.h"
|
||||
#include "../imgui_impl_marmalade.h"
|
||||
#include "imgui_impl_marmalade.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#include <s3eKeyboard.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue