mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-14 19:05:26 +00:00
14 lines
274 B
C
14 lines
274 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"
|