Monado OpenXR Runtime
gui_imgui.h
Go to the documentation of this file.
1// Copyright 2019, Collabora, Ltd.
2// SPDX-License-Identifier: BSL-1.0
3/*!
4 * @file
5 * @brief Imgui integration for gui.
6 * @author Jakob Bornecrantz <jakob@collabora.com>
7 * @ingroup gui
8 */
9
10#pragma once
11
12#define CIMGUI_DEFINE_ENUMS_AND_STRUCTS
13#include "cimgui/cimgui.h"
14#include "cimgui/cimgui_impl.h"
15#include "cimplot/cimplot.h"
16#include "imgui_monado/cimgui_monado.h"