imgui: fixed MacOS error
assiduous
2 years ago
22 | 22 |
|
23 | 23 |
#include "imgui.h"
|
24 | 24 |
#include "ImGuiImplMacOS.hpp"
|
25 | |
#include "examples/imgui_impl_osx.h"
|
|
25 |
#include "backends/imgui_impl_osx.h"
|
26 | 26 |
#import <Cocoa/Cocoa.h>
|
27 | 27 |
|
28 | 28 |
namespace Diligent
|