From b948b76c8ea5ec57b6a424baa1b117c0025c0328 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 21 Oct 2018 09:28:35 +0200 Subject: add imgui library --- 3rdparty/imgui/examples/example_apple_metal/Shared/Renderer.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 3rdparty/imgui/examples/example_apple_metal/Shared/Renderer.h (limited to '3rdparty/imgui/examples/example_apple_metal/Shared/Renderer.h') diff --git a/3rdparty/imgui/examples/example_apple_metal/Shared/Renderer.h b/3rdparty/imgui/examples/example_apple_metal/Shared/Renderer.h new file mode 100644 index 00000000..f324915c --- /dev/null +++ b/3rdparty/imgui/examples/example_apple_metal/Shared/Renderer.h @@ -0,0 +1,9 @@ + +#import + +@interface Renderer : NSObject + +-(nonnull instancetype)initWithView:(nonnull MTKView *)view; + +@end + -- cgit v1.2.3