mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-23 23:21:46 +00:00
16 lines
341 B
C
16 lines
341 B
C
// Copyright 2019, Collabora, Ltd.
|
|
// SPDX-License-Identifier: BSL-1.0
|
|
/*!
|
|
* @file
|
|
* @brief Imgui integration for gui.
|
|
* @author Jakob Bornecrantz <jakob@collabora.com>
|
|
* @ingroup gui
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#define CIMGUI_DEFINE_ENUMS_AND_STRUCTS
|
|
#include "imgui/cimgui.h"
|
|
#include "imgui/cimplot.h"
|
|
#include "imgui_monado/cimgui_monado.h"
|