mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-03 20:38:07 +00:00
15 lines
281 B
C
15 lines
281 B
C
|
// Copyright 2019, Collabora, Ltd.
|
||
|
// SPDX-License-Identifier: BSL-1.0
|
||
|
/*!
|
||
|
* @file
|
||
|
* @brief Tiny JSON wrapper around cJSON header.
|
||
|
* @author Jakob Bornecrantz <jakob@collabora.com>
|
||
|
* @ingroup aux_util
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "xrt/xrt_compiler.h"
|
||
|
|
||
|
#include "cjson/cJSON.h"
|