mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-19 03:03:14 +02:00
Examples: Added .. folder in include path to remove the awkward #include "../imgui_impl_xxx.h" statements.
This commit is contained in:
@ -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>
|
||||
|
@ -17,6 +17,7 @@ options
|
||||
|
||||
includepaths
|
||||
{
|
||||
..
|
||||
../..
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user