mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-18 01:14:19 +00:00
Examples: Using #include "imgui.h" instead of <imgui.h> appear correct-er as per standard? xcode+clang are very nitpicky there.
This commit is contained in:
parent
91d77be36e
commit
6a25a8720a
19 changed files with 21 additions and 23 deletions
|
|
@ -1,5 +1,5 @@
|
|||
// ImGui - null/dummy example application (compile and link imgui with no inputs, no outputs)
|
||||
#include <imgui.h>
|
||||
#include "imgui.h"
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int, char**)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue